then install shellcheck and linter:
brew install shellcheck
apm install linter
apm install linter-shellcheck
You may need to edit the config file to specify the shellcheck path:
Then, re-open Atom, and write some shell scripts:
See the warnings down in the bottom. Pretty cool!


