mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
Added shellcheck's notes to the knowledge base
This commit is contained in:
17
knowledge base/shellcheck.md
Normal file
17
knowledge base/shellcheck.md
Normal 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/
|
||||
Reference in New Issue
Block a user