#!/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