Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a shebang to enforce running test.sh in bash
Commit b959a7f was made because `test.sh` cannot run on systems where the default shell is not bash compatible (e.g. zsh). (cf #23) A [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) allows to force the use of bash to interpret the shell script. This version using `/usr/bin/env` should be the most portable.
- Loading branch information