Skip to main content

2 posts tagged with "Shell"

Command-line interpreter for Unix-like operating systems

View All Tags

Shebang for Shell Scripts

To specify the interpreter for a shell script, you'll need to add a shebang at the top of the script.

Add the following to the top of your shell script to specify that it should be run with the Bash interpreter: