This file is indexed.

/usr/share/pegasus/visualize/ant2dot.sh is in pegasus-wms 4.0.1+dfsg-8.

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
#!/bin/sh
#
# Constructs the most common use case
#
dir=`dirname $0`;
antfile=$1;
perl $dir/ant2dot.pl $antfile > build.dot && dot -Tpng build.dot > build.png