A shell script is an ASCII text file containing one or more commands. #!/bin/bash # My example bash script echo "Hello World". The first line contains a shebang ...
ss64.com