Shell script documentation
From Stadm
Jump to navigationJump to search
I am trying to program my first shell script and these are the stuff I found useful.
- Useful Websites:
Notes on useful commands and ideas
- Run
chmod 755 filename.shto make the text file executable - Then
run ./filename.shto execute the script