This file is indexed.

/usr/share/pegasus/examples/xsede-multi-site-example/submit is in pegasus-wms 4.4.0+dfsg-7.

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
13
14
15
16
17
18
#!/bin/bash

set -e

TOPDIR=`pwd`

# populate the initial replica catalog
echo "f.a file://"`pwd`"/f.a pool=\"local\"" >rc

# plan and submit the  workflow
pegasus-plan \
    --conf pegasusrc \
    --dir work \
    --sites Trestles,Ranger \
    --output-site local \
    --nocleanup \
    --dax blackdiamond.dax \
    --submit