aboutsummaryrefslogtreecommitdiff
path: root/blog/content/notes
diff options
context:
space:
mode:
Diffstat (limited to 'blog/content/notes')
-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)