Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-21 00:17:09 +00:00
parent 993939500e
commit 212b0d47b3
13 changed files with 266 additions and 16 deletions

View File

@@ -35,3 +35,7 @@ source: https://github.com/tldr-pages/tldr.git
- Exit the shell when (some) commands fail:
`set -e`
- Reset all shell parameters and assign new ones:
`set -- {{argument1 argument2...}}`