# ShellCheck Gives warnings and suggestions about `bash`/`sh` shell scripts. ## Table of contents 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) ## TL;DR ```sh shellcheck /path/to/script.sh ``` ## Further readings - [Website] - [Github] [github]: https://github.com/koalaman/shellcheck [website]: https://www.shellcheck.net/