mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
741 B
741 B
ShellCheck
Gives warnings and suggestions about bash/sh shell scripts.
TL;DR
Installation and configuration
apt install 'shellcheck'
brew install 'shellcheck'
pacman -S 'shellcheck'
zypper in 'ShellCheck'
Usage
shellcheck '/path/to/script.sh'
shellcheck '/path/to/scripts/*.sh'