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