All Stories published by usevim on June 19, 2015
01
02
04
06
08
09
11
13
15
16
18
20
22
23
25
27
29

ShellCheck

ShellCheck is a static analysis tool for shell scripts. Shell scripting isn’t necessarily difficult, but the syntax is hard to get the hang of, particularly if you rarely write shell scripts. ShellCheck is a Haskell program that runs through your scripts and provides warnings and suggestions for…