cheat-sheets
cheat-sheets copied to clipboard
Cheat sheets for various stuff
The _Variables_ section in the Bash article has this bullet point: > * Positional parameters of the script should be checked, those of functions should not Could this be clarified,...
Fixes include: 1. Added one missing closing parenthesis on line 49. 2. Two typo fixes: a. Variabless → Variables b. Undbound → Unbound Thank you.
[Line 110 of Bash.md](https://github.com/bertvv/cheat-sheets/blame/master/docs/Bash.md#L110), the URI has changed. The new URI is https://sivalabs.in/2013/12/clean-code-dont-mix-different-levels-of-abstractions/
Thanks for the article. Just noticed the broken link while browsing.
Several of the links to model functions, etc. link to your personal dotfiles repo. Examples include the annotated template for Bash scripts, and example logging functions. That means you have...