diff options
author | EuAndreh <eu@euandre.org> | 2020-02-14 22:26:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-14 22:26:40 -0300 |
commit | 3bfcef921b4cda90f288202db59c4ec97f342966 (patch) | |
tree | 618ddfa788758c16527b91f584acc5b45e5063f1 /_pastebins | |
parent | wip (diff) | |
parent | .build.yml: Don't publish when not on master branch (diff) | |
download | euandre.org-3bfcef921b4cda90f288202db59c4ec97f342966.tar.gz euandre.org-3bfcef921b4cda90f288202db59c4ec97f342966.tar.xz |
Merge branch 'master' into wip
Diffstat (limited to '')
-rw-r--r-- | _pastebins/guix-shebang.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_pastebins/guix-shebang.md b/_pastebins/guix-shebang.md new file mode 100644 index 0000000..626aea8 --- /dev/null +++ b/_pastebins/guix-shebang.md @@ -0,0 +1,14 @@ +--- +title: Guix shebang +date: 2020-02-14 +layout: pastebin +lang: en +--- + +```shell +#!/usr/bin/env -S guix environment --ad-hoc bash -- bash +set -Eeuo pipefail +cd "$(dirname "${BASH_SOURCE[0]}")" + +pwd +``` |