aboutsummaryrefslogtreecommitdiff
path: root/blog/content/notes/tech/misc-linux-stuff.gmi
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-07-17 16:48:56 +0200
committeralex <alex@pdp7.net>2026-07-17 16:48:56 +0200
commit884b1782dd4e0c0a14b7042df9460d28cd460a3b (patch)
tree122765cc6f3141a32e5a70ec795f0bc5d98b213f /blog/content/notes/tech/misc-linux-stuff.gmi
parent5ebcb614e06ee168a265d552fffb7ee77b22ec67 (diff)
Add Bash pitfalls notemaster
Diffstat (limited to 'blog/content/notes/tech/misc-linux-stuff.gmi')
-rw-r--r--blog/content/notes/tech/misc-linux-stuff.gmi4
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)