mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 10:46:29 +08:00
Add link to shellcheck
This commit is contained in:
parent
bb3c61bcc4
commit
811078f3d0
1 changed files with 1 additions and 0 deletions
|
@ -465,6 +465,7 @@ These are items relevant *only* on MacOS.
|
|||
|
||||
- [awesome-shell](https://github.com/alebcay/awesome-shell): A curated list of shell tools and resources.
|
||||
- [Strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) for writing better shell scripts.
|
||||
- [shellcheck](https://github.com/koalaman/shellcheck) - A shell script static analysis tool. Essentially, lint for bash/sh/zsh.
|
||||
|
||||
|
||||
## Disclaimer
|
||||
|
|
Loading…
Reference in a new issue