That bad boy has to be run with bash instead of sh.So when you call it
it's:bash path/to/filename.sh This is because running it with sh will
override the #!/bin/bash portion and run the script with sh instead. The
other option is to make the file exe...