pilgrim/bin/build_local.sh
2025-03-24 00:14:37 +02:00

9 lines
No EOL
144 B
Bash
Executable file

#!/bin/bash
pushd $(dirname "$0")/.. # run from root dir
set -e
go build -o target/pilgrim main.go
popd # switch back to dir we started from