← back

$shell-linting

shellcheck

A static analysis tool for shell scripts

Catches the quoting and word-splitting bugs that silently break bash scripts in production, with explanations clear enough that you actually learn from the warnings.

install

brew install shellcheck
--site--repo