--- title: Guix shebang date: 2020-02-14 layout: post lang: en eu_categories: guix ref: guix-shebang --- ```shell #!/usr/bin/env -S guix environment --ad-hoc bash -- bash set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" pwd ```