From 811078f3d0ffcb4ba2cc51861ef1e5842866e060 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 25 Jul 2015 11:00:40 -0700 Subject: [PATCH] Add link to shellcheck --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2374424..cb0cb6d 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,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