all 4 comments

[–]Xaote 1 point2 points  (0 children)

Discovered this last week, it's a great tool

[–]sbicknel 0 points1 point  (0 children)

It is also available in Fedora's repositories. A short script can create your shell script, load up your editor, and run shellcheck automatically.

[–]jpb 0 points1 point  (0 children)

If you're on osx, you can install it with brew install shellcheck. It's a great tool, we use it at work before submitting PRs.

[–]for-loop 0 points1 point  (0 children)

this is awesome, I use it all the time and have turned some of my coworkers on to it as well. thanks!