Not all systems will have `bash` in `\bin`. A workaround for this is to run the first `bash` found in `PATH` `#!/usr/bin/env bash` I recommend using this shebang for bash. Here's a link to a popular [stackoverflow post](https://stackoverflow.com/questions/10376206/what-is-the-preferred-bash-shebang)