Files
oam/knowledge base/shellcheck.md
2023-07-09 21:35:14 +02:00

28 lines
409 B
Markdown

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