This file is indexed.

/usr/share/doc/libdrmaa1.0-ruby/examples/ruby/flow/samples/do_test is in libdrmaa1.0-ruby 8.1.9+dfsg-7build1.

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
#!/bin/sh
me=`basename $0`
echo "# -- args $* -- #"
echo "# -- starting $me -- #"
sleep 1
ret=$?
echo "# -- finished $me -- #"
exit $ret