This file is indexed.

/usr/games/ricochet is in ricochet 0.7.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#!/usr/bin/env nickle

if (dim(argv) == 0)
	argv = (string[*]) { "ricochet" };

Command::nickle_path = "/usr/share/ricochet:" + Command::nickle_path;

autoload Client::Main;
autoload Client::Host;

Client::Host::rrserve_path = "/usr/games" + "/rrserve";

Client::Main::main();