5 ms·
shellcheck is so good it's even worth installing the 100+ required haskell libraries
by bashonly 4y ago
shellcheck is so good it's even worth installing the 100+ required haskell libraries
- rmadriz 4y agoIf you're on Arch, you could install `shellcheck-bin` from the AUR.
- justin_oaks 4y agoI'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 https://github.com/koalaman/shellcheck