Added shellcheck's notes to the knowledge base

This commit is contained in:
Michele Cereda
2022-05-05 23:56:58 +02:00
parent b65dbf0dc2
commit f7e40d64ca

View File

@@ -0,0 +1,17 @@
# ShellCheck
Gives warnings and suggestions about `bash`/`sh` shell scripts.
## TL;DR
```shell
shellcheck /path/to/script.sh
```
## Further readings
- [Website]
- [Github]
[github]: https://github.com/koalaman/shellcheck
[website]: https://www.shellcheck.net/