Shell script documentation
From Stadm
Revision as of 09:10, 7 December 2010 by 128.111.236.87 (talk)
I am trying to program my first shell script and documenting useful information.
Notes on useful commands and ideas
- Run
chmod 755 filename.sh
to make the text file executable - Then
run ./filename.sh
to execute the script