/usr/bin/genreflex is in libroot-core-dev 5.34.14-1build1.
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 ${ROOTSYS}/lib/python/genreflex/genreflex.py "$@"
|