This file is indexed.

/usr/bin/magml is in magics++ 2.30.0-5.

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
10
#!/bin/sh
#set -x

# Platform dependent variables
export MAGPLUS_HOME=/usr
export LD_LIBRARY_PATH=$MAGPLUS_HOME/lib/:$2:$LD_LIBRARY_PATH
echo $LD_LIBRARY_PATH

# Call the real mars script
exec $MAGPLUS_HOME/bin/magmlx "\$@"