aboutsummaryrefslogtreecommitdiff
path: root/_pastebins/2020-02-14-guix-shebang.md
blob: 626aea8bc24207a96c2e384719d121c05e5e0f58 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
```