- Create
.envrcand rundirenv allow
export TOOLBOX="shell-dev"
export PATH="./tools:$PATH"- Enter into your toolbox:
toolbox.sh enter(see: https://github.com/avisiedo/toolbox-sh) - Run format, linter and unit tests by:
make all - Add a new test to
test/directory. - Run the unit tests.
- Modified your source shell to fit the shell script.
See: docs/CONTRIBUTING.md
See: docs/SECURITY.md
- man bash
- coreutils documentation.