From 570ec471d1605318aeefb030cd78682ae442235b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Mar 2025 21:51:40 -0300 Subject: src/content/: Update all files left to asciidoc --- src/content/pastebins/2020/02/14/guix-shebang.adoc | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'src/content/pastebins/2020/02/14/guix-shebang.adoc') diff --git a/src/content/pastebins/2020/02/14/guix-shebang.adoc b/src/content/pastebins/2020/02/14/guix-shebang.adoc index 67d504d..862b12f 100644 --- a/src/content/pastebins/2020/02/14/guix-shebang.adoc +++ b/src/content/pastebins/2020/02/14/guix-shebang.adoc @@ -1,23 +1,10 @@ ---- += Guix shebang -title: Guix shebang - -date: 2020-02-14 - -layout: post - -lang: en - -eu_categories: guix - -ref: guix-shebang - ---- - -```shell +[source,shell] +---- #!/usr/bin/env -S guix environment --ad-hoc bash -- bash set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" pwd -``` +---- -- cgit v1.2.3