This file is indexed.

/usr/share/pegasus/examples/galactic-plane/local-tile-setup 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
#!/bin/bash

set -e

TILE_ID=$1
. $TILE_ID.params

START_DIR=`pwd`
echo "Job started in $START_DIR"

mkdir -p $TILE_WORK_DIR
cd $TILE_WORK_DIR

tar xzf $START_DIR/$TILE_ID.tar.gz