diff options
| author | alex <alex@pdp7.net> | 2026-07-17 16:48:56 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-07-17 16:48:56 +0200 |
| commit | 884b1782dd4e0c0a14b7042df9460d28cd460a3b (patch) | |
| tree | 122765cc6f3141a32e5a70ec795f0bc5d98b213f | |
| parent | 5ebcb614e06ee168a265d552fffb7ee77b22ec67 (diff) | |
Add Bash pitfalls notemaster
| -rw-r--r-- | blog/content/notes/tech/misc-linux-stuff.gmi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/blog/content/notes/tech/misc-linux-stuff.gmi b/blog/content/notes/tech/misc-linux-stuff.gmi index fd881dac..2f187203 100644 --- a/blog/content/notes/tech/misc-linux-stuff.gmi +++ b/blog/content/notes/tech/misc-linux-stuff.gmi @@ -124,3 +124,7 @@ To enter an environment with the Nix flake configuration, run the following comm ``` nix --extra-experimental-features nix-command --extra-experimental-features flakes develop ``` + +## Miscelaneous + +=> https://mywiki.wooledge.org/BashPitfalls#set_-euo_pipefail Bash Pitfalls / set -euo pipefail (problems caused by) |
