Y
Hacker News
new
|
ask
|
show
|
jobs
by
hatsubai
2767 days ago
If you do any bash/sh programming, I highly recommend shellcheck:
https://github.com/koalaman/shellcheck
2 comments
spudlyo
2767 days ago
Agreed, highly recommended. I dreaded writing shell scripts for the longest time because of the weird syntax and many gotchas. Having emacs flycheck my shell buffers with shellcheck gives me confidence that I'm not doing anything stupid.
link
mdip
2767 days ago
I
so
wish this worked with zsh -- great tool, none-the-less.
link