Shell scripts The shell is where you type commands Is actually a programming language Shell scripts are shell programs The first line must be #!/bin/sh or #!/gnu/usr/bin/bash This tells the computer to run the script using the shell The file must be executable chmod +x filename We can then run it as a command