This file is indexed.

/usr/share/skeinforge/terminal.sh is in sfact 2011.12.18-1.

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
13
14
15
16
17
18
19
20
#!/bin/sh
#
# Script to open the bash terminal in this directory.
#
# Usage: set the executable property to true if it isn't already.  Then double click the file.
#
echo 'Directory listing:'
echo ''
ls
echo ''
echo 'To run a python script (.py) listed above, try typing something like:'
echo 'python filename'
echo ''
echo 'For example, in the skeinforge directory you could run skeinforge.py by typing:'
echo 'python skeinforge.py'
echo ''
echo 'To skeinforge the test.stl file from the command line, in the skeinforge directory you could type:'
echo 'python skeinforge.py test.stl'
echo ''
bash