diff options
Diffstat (limited to 'src/content/pastebins/2020/02/14/guix-shebang.adoc')
-rw-r--r-- | src/content/pastebins/2020/02/14/guix-shebang.adoc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/content/pastebins/2020/02/14/guix-shebang.adoc b/src/content/pastebins/2020/02/14/guix-shebang.adoc deleted file mode 100644 index d415d36..0000000 --- a/src/content/pastebins/2020/02/14/guix-shebang.adoc +++ /dev/null @@ -1,11 +0,0 @@ -= Guix shebang -:categories: guix - -[source,sh] ----- -#!/usr/bin/env -S guix environment --ad-hoc bash -- bash -set -Eeuo pipefail -cd "$(dirname "${BASH_SOURCE[0]}")" - -pwd ----- |