Update bash_resources.md

Add shellcheck.
This commit is contained in:
xatier 2020-02-24 20:41:23 -08:00 committed by GitHub
parent 34e95a7bbd
commit 1c43340fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,3 +109,4 @@
- [shfmt](https://github.com/mvdan/sh) - Format bash programs
- [shunit2](https://github.com/kward/shunit2) - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit
- [bashing](https://github.com/xsc/bashing) - Smashing Bash into Pieces - Bash framework for creating command line tools
- [shellcheck](https://github.com/koalaman/shellcheck) - ShellCheck, a static analysis tool for shell scripts