Jay Taylor's notes
back to listing indexShellCheck – shell script analysis tool
[web search]
Original source (www.shellcheck.net)
Clipped on: 2016-03-18
ShellCheck
finds bugs in your shell scripts.
You can
cabal
, apt-get
, yum
or brew install
it right now.
Paste a script to see what it will be like:
📄
Your Terminal
If you paste a script in the editor above, this window will show shellcheck output.
ShellCheck is...
- GPLv3: free as in freedom
- available on GitHub
- already packaged for your distro or package manager
- supported as an integrated linter in major editors
- usable in CI systems, pre-commits and test suites.
- written in Haskell, if you're into that sort of thing.
Sounds awesome? Read more about it on the GitHub page!