This file is indexed.

/usr/share/doc/python-stetl/examples/basics/7_mycomponent/etl.sh is in python-stetl 1.1+ds-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#!/bin/sh
#
# ETL for copying a file to standard output with custom component.
#
# Shortcut to call Stetl main.py with etl config.
#

# Usually requried in order to have Python find your package
# PYTHONPATH=.:$PYTHONPATH
# Not required: Stetl will find files in the same dir as the config file

stetl -c etl.cfg