This file is indexed.

/usr/bin/genreflex is in libroot-core-dev 5.34.30-0ubuntu8.

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
#!/bin/bash
if [ "x${ROOTSYS}" = "x" ]; then
    THIS=$(dirname $0)
    ROOTSYS=$(cd ${THIS}/..;pwd); export ROOTSYS
fi
python /usr/lib/x86_64-linux-gnu/root5.34/python/genreflex/genreflex.py "$@"