Liniting Bash Scripts with Shellcheck
• A good learning tool on bash
• Integrated linter in major editors
• Github:
https://github.com/koalaman/shellcheck
• Home site:
https://www.shellcheck.net/
# Install with package manager
sudo
apt
install
shellcheck
Index