/usr/games/fofix is in fofix 3.121-3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh -e
cd /usr/share/fofix/src
exec ${PYTHON:-python} ${FOFIX_PYTHON_FLAGS:--OO} FoFiX.py "$@"
|