mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
28 lines
409 B
Markdown
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/
|