All scripts start with a shebang ( #!/bin/bash ). You can make notes in your scripts by putting a # in front of an explanation of what a command does. For example: # This command creates an ASCII set ...