pilgrim/bin/build_local.sh

9 lines
144 B
Bash
Raw Permalink Normal View History

2025-03-24 00:14:37 +02:00
#!/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