aboutsummaryrefslogblamecommitdiff
path: root/_pastebins/2020-02-14-guix-shebang.md
blob: aac9c17e7d95edba132eab9bd7b49d9f94a445ab (plain) (tree)
1
2
3
4
5
6
7
8
9
   
 
                   
 
                
 
            
 
        


                   








                                                        
---

title: Guix shebang

date: 2020-02-14

layout: post

lang: en

eu_categories: guix

---

```shell
#!/usr/bin/env -S guix environment --ad-hoc bash -- bash
set -Eeuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"

pwd
```