aboutsummaryrefslogtreecommitdiff
path: root/v2/src/content/en/pastebin/guix-shebang.md
diff options
context:
space:
mode:
Diffstat (limited to 'v2/src/content/en/pastebin/guix-shebang.md')
-rw-r--r--v2/src/content/en/pastebin/guix-shebang.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/v2/src/content/en/pastebin/guix-shebang.md b/v2/src/content/en/pastebin/guix-shebang.md
deleted file mode 100644
index 5be9ada..0000000
--- a/v2/src/content/en/pastebin/guix-shebang.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-
-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
-```