This file is indexed.

/usr/share/aqsis/scripts/aqsltell.sh is in aqsis 1.8.2-5+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
10
11
12
#!/bin/bash

# ***Inspect shaders***

echo "=== Inspecting Shader(s) ==="
echo
cd `dirname $1`
aqsltell $@
echo
read -p "... done!"

exit 0