blob: 862b12f22e2524b4dd37d4b0f7b92e3fb0474e5e (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
= Guix shebang
[source,shell]
----
#!/usr/bin/env -S guix environment --ad-hoc bash -- bash
set -Eeuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
pwd
----
|