This is a bootstrap project for kata's in shell script using ShellSpec.
Install ShellCheck:
# on Debian based Linux
sudo apt install shellcheck
# on macOS
brew install shellcheck
# on Windows with GitBash or WSL
winget install koalaman.shellcheck
Install ShellSpec:
# on macOS
brew install shellspec
# on Linux and Windows with GitBash or WSL
curl -fsSL https://git.io/shellspec | sh
To run the unit tests:
make test