mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
18 lines
263 B
Markdown
18 lines
263 B
Markdown
# ShellCheck
|
|
|
|
Gives warnings and suggestions about `bash`/`sh` shell scripts.
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
shellcheck /path/to/script.sh
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [Website]
|
|
- [Github]
|
|
|
|
[github]: https://github.com/koalaman/shellcheck
|
|
[website]: https://www.shellcheck.net/
|