1619 Forks
31827 Stars
31827 Watchers

shellcheck

ShellCheck, a static analysis tool for shell scripts

How to download and setup shellcheck

Open terminal and run command
git clone https://github.com/koalaman/shellcheck.git
git clone is used to create a copy or clone of shellcheck repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with shellcheck https://github.com/koalaman/shellcheck/archive/master.zip

Or simply clone shellcheck with SSH
[email protected]:koalaman/shellcheck.git

If you have some problems with shellcheck

You may open issue on shellcheck support forum (system) here: https://github.com/koalaman/shellcheck/issues