tools: Added shellcheck for bash, sh, dash or ksh files.

This commit is contained in:
Andrew Hamilton 2017-12-13 19:15:26 +10:00
parent 45a3f1ede8
commit 4a02b26fb0
3 changed files with 9 additions and 2 deletions

View file

@ -41,3 +41,4 @@ Extensions | Tools
.tar.bz2 | [tar_bz2](http://www.gnu.org/software/tar/manual/tar.html)
.a .so | [nm](https://linux.die.net/man/1/nm)
.png .jpg .gif .bmp .ppm .tiff .tga | [pil](http://python-pillow.github.io/) • [pil_half](http://python-pillow.github.io/)
.bash .sh .dash .ksh | [shellcheck](http://hackage.haskell.org/package/ShellCheck)