BASH scripts should start with #!/bin/sh
#!/bin/sh
They should be set to be executable with sudo chmod +x <file-name>
sudo chmod +x <file-name>