Quantcast
Channel: nixCraft
Viewing all articles
Browse latest Browse all 308

Improve your bash/sh shell script with ShellCheck lint script analysis tool

$
0
0
ShellCheck is a static analysis tool for shell scripts. One can use it to finds bugs in your shell scripts. It is written in Haskell. You can find warnings and suggestions for bash/sh shell scripts with this tool. Let us see how to install and use ShellCheck on a Linux or Unix-like system to enhance your shell scripts, avoid errors and productivity.

Viewing all articles
Browse latest Browse all 308

Trending Articles