| Author |
Comment/Response |
yehdua
|
09/30/11 10:51am
.sh files are shell files.
change your working directory to the directory where this .sh file is stored and
./fname.sh
to run it, where frame is the name of the file
if this does not work for you you need to change its mode to executable using chmod command
URL: , |
|