This file is indexed.

/usr/bin/rubber-info is in rubber 1.4-2.

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
#!/usr/bin/python
# (c) Sebastian Kapfer, 2015
# vim: et:ts=4
import sys
from rubber.cmdline import Info
Info () (sys.argv[1:])