This file is indexed.

/usr/games/rrserve 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
#!/usr/bin/env nickle

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

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

autoload Server::Main

Server::Main::main();