/usr/bin/qflow is in qflow 1.1.37-1+b1.
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 7 8 9 | #!/usr/bin/tcsh -f
#
#------------------------------------------------------------------
# qflow --- main program launcher
#------------------------------------------------------------------
/usr/lib/qflow/scripts/qflow.sh $argv
exit 0
|