Issue #11 reported some syntax errors that may be causing the shell_prep.sh script to not work. This could not be replicated, and I confirmed the shell script works fine.
Some users may be using a different shell that is not bash (such as zsh or fish), for these users compatibility is not assured as I haven't developed for those shells. Almost all systems have bash, so per @deus-ex-silicium recommendation this PR adjust each file to have the "#!/bin/bash" line at the start.
Added shebangs to the start of bash scripts to force bash calls and updated readme
Issue #11 reported some syntax errors that may be causing the shell_prep.sh script to not work. This could not be replicated, and I confirmed the shell script works fine.
Some users may be using a different shell that is not bash (such as zsh or fish), for these users compatibility is not assured as I haven't developed for those shells. Almost all systems have bash, so per @deus-ex-silicium recommendation this PR adjust each file to have the "#!/bin/bash" line at the start.
Added shebangs to the start of bash scripts to force bash calls and updated readme