BASH Scripts

BASH scripts should start with #!/bin/sh

They should be set to be executable with sudo chmod +x <file-name>