Difference between revisions of "Shell script documentation"
From Stadm
Jump to navigationJump to search| Line 2: | Line 2: | ||
== Notes on useful commands and ideas == | == Notes on useful commands and ideas == | ||
| − | * <code>chmod 755 | + | * Run <code>chmod 755 filename.sh</code> to make the text file executable |
| + | * Then <code>run ./filename.sh</code> | ||
Revision as of 09:10, 7 December 2010
I am trying to program my first shell script and documenting useful information.
Notes on useful commands and ideas
- Run
chmod 755 filename.shto make the text file executable - Then
run ./filename.sh