albatros/.albatros
2023-03-16 09:34:04 +01:00

7 lines
213 B
Text
Executable file

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p go -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/4d2b37a84fad1091b9de401eb450aae66f1a741e.tar.gz
set -euxo pipefail
go build
cat $SECRET_PATH
echo "done" >&2