Cheatsheet Tools

This commit is contained in:
Martin Blazik
2020-09-19 16:20:57 +02:00
parent 4bb7ac4cf9
commit fcf0660640

View File

@@ -32,8 +32,9 @@ set -o nounset
set -o pipefail
```
### A shell script static analysis tool
[ShellCheck](https://github.com/koalaman/shellcheck)
### Tools
- [ShellCheck](https://github.com/koalaman/shellcheck) A shell script static analysis tool
- [direnv](https://direnv.net/) Directory specific variables
## Kubernetes