Y
Hacker News
new
|
ask
|
show
|
jobs
by
bashonly
1398 days ago
shellcheck is so good it's even worth installing the 100+ required haskell libraries
2 comments
justin_oaks
1398 days ago
I've always just run it as a docker command. Here's what's listed on the github page [1]:
docker run --rm -v "$PWD:/mnt" koalaman/shellcheck:stable myscript
[1]
https://github.com/koalaman/shellcheck
link
rmadriz
1398 days ago
If you're on Arch, you could install `shellcheck-bin` from the AUR.
link