From d52106454cb10a448ecc486bee1d8b9b92ab16cc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Apr 2023 17:58:46 -0300 Subject: v2: to rel="{prev,next}" in of collection items --- v2/src/content/en/pastebin/guix-shebang.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 v2/src/content/en/pastebin/guix-shebang.md (limited to 'v2/src/content/en/pastebin') 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 +``` -- cgit v1.2.3