How to Create New Shellscripts
This guide explains how you can create new shellscripts to execute in a terminal (I am using Linux Mint 11). Your scripts are usually stored in /bin and /usr/bin, however the sh file which we are going to use is located in /bin, so we are going to create the script there. Open a terminal ... Read more