1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2025-01-06 03:04:00 +02:00

Merge pull request #232 from unixorn/add-shellcheck-reference

Add link to shellcheck
This commit is contained in:
Joshua Levy 2015-07-27 22:35:38 -07:00
commit a1a77f6d37

View File

@ -469,6 +469,7 @@ These are items relevant *only* on MacOS.
- [awesome-shell](https://github.com/alebcay/awesome-shell): A curated list of shell tools and resources.
- [Strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) for writing better shell scripts.
- [shellcheck](https://github.com/koalaman/shellcheck) - A shell script static analysis tool. Essentially, lint for bash/sh/zsh.
## Disclaimer