 |
Run a bash shell script - SS64 | Command line reference
Run a bash shell script A shell script is a text file containing one or more commands. #!/bin/bash # My example bash script echo "Hello World" The first line contains a shebang #! followed by the path to the shell, in this case bash - this acts as an inte
ss64.com |
 |