A simple Docker-based wrapper for ShellCheck to lint your shell scripts without installing it locally.
- Docker must be installed and running
- macOS or Linux
❌ Windows is not supported
To run ShellCheck on all scripts in the current directory (recursively):
./shellcheckTo check specific files:
./shellcheck your-script.shTo install the wrapper globally (creates a symlink in /usr/local/bin or /opt/homebrew/bin):
./install.shTo uninstall:
./uninstall.sh