Creating Shell Script In Linux - SaratogaEDD2014/RapidPrototyper GitHub Wiki
shell scripts are created with text editor in linux
shell script must start with: "#!/bin/bash" with out "quotes"
to run a shell script simply enter the location and filename like this: /where/you/saved/this/aShellScript don't enter the .sh
this is a work in progress