This file is indexed.

/usr/share/snakefood/sfood-checker is in snakefood 1.4-1.

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
# This file is part of the snakefood package.  
# See http://furius.ca/snakefood for license and details.

from snakefood.checker import main
main()