chore: aligned docs to the template file for articles

This commit is contained in:
Michele Cereda
2023-07-09 21:35:14 +02:00
parent 919a261a0c
commit 6f77b9e979
80 changed files with 672 additions and 304 deletions

View File

@@ -2,6 +2,11 @@
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
@@ -13,5 +18,10 @@ shellcheck /path/to/script.sh
- [Website]
- [Github]
<!--
References
-->
<!-- Upstream -->
[github]: https://github.com/koalaman/shellcheck
[website]: https://www.shellcheck.net/