aboutsummaryrefslogtreecommitdiff
path: root/v2/src/content
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-10 17:58:46 -0300
committerEuAndreh <eu@euandre.org>2023-04-10 17:58:46 -0300
commitd52106454cb10a448ecc486bee1d8b9b92ab16cc (patch)
tree800e30cfb7e2742599a397251e9190be58f57923 /v2/src/content
parentv2: <link /> to collection feed inside <head> (diff)
downloadeuandre.org-d52106454cb10a448ecc486bee1d8b9b92ab16cc.tar.gz
euandre.org-d52106454cb10a448ecc486bee1d8b9b92ab16cc.tar.xz
v2: <link /> to rel="{prev,next}" in <head> of collection items
Diffstat (limited to '')
-rw-r--r--v2/src/content/en/pastebin/guix-shebang.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/v2/src/content/en/pastebin/guix-shebang.md b/v2/src/content/en/pastebin/guix-shebang.md
new file mode 100644
index 0000000..5be9ada
--- /dev/null
+++ b/v2/src/content/en/pastebin/guix-shebang.md
@@ -0,0 +1,15 @@
+---
+
+title: Guix shebang
+
+date: 2020-02-14
+
+---
+
+```shell
+#!/usr/bin/env -S guix environment --ad-hoc bash -- bash
+set -Eeuo pipefail
+cd "$(dirname "${BASH_SOURCE[0]}")"
+
+pwd
+```