653 B
653 B
bashutils
Provides some nice utility methods for bash scripts.
Features
- SOSLS v2-compliant logging
- various check methods
- easy variable definition
Documentation
See bashutils.staropensource.de
Testing
You run bashutils' tests by invoking the test.sh
script.
The test script accepts environment variables as configuration.
Configuration
VARIABLE | TYPE | DEFAULT | DESCRIPTION |
FAILFAST |
bool |
false |
Terminates if a test fails instead of continuing |