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.shellcheckInstall ShellSpec:
# on macOS
brew install shellspec
# on Linux and Windows with GitBash or WSL
curl -fsSL https://git.io/shellspec | shTo run the unit tests:
make test