# ShellCheck
Gives warnings and suggestions about `bash`/`sh` shell scripts.
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
Installation and configuration
```sh
apt install 'shellcheck'
brew install 'shellcheck'
pacman -S 'shellcheck'
zypper in 'ShellCheck'
```
Usage
```sh
shellcheck '/path/to/script.sh'
shellcheck '/path/to/scripts/*.sh'
```
## Further readings
- [Website]
- [Github]
[github]: https://github.com/koalaman/shellcheck
[website]: https://www.shellcheck.net/