diff options
Diffstat (limited to 'src/content/pastebins/2020/02/14')
-rw-r--r-- | src/content/pastebins/2020/02/14/guix-shebang.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/pastebins/2020/02/14/guix-shebang.adoc b/src/content/pastebins/2020/02/14/guix-shebang.adoc index 0dcbe54..d415d36 100644 --- a/src/content/pastebins/2020/02/14/guix-shebang.adoc +++ b/src/content/pastebins/2020/02/14/guix-shebang.adoc @@ -1,7 +1,7 @@ = Guix shebang :categories: guix -[source,shell] +[source,sh] ---- #!/usr/bin/env -S guix environment --ad-hoc bash -- bash set -Eeuo pipefail |