Files
actions-sync/script/build
2020-07-02 19:36:10 +01:00

10 lines
128 B
Bash
Executable File

#!/usr/bin/env bash
set -o errexit
set -o nounset
test -z "${DEBUG:-}" || {
set -x
}
go build -o bin/actions-sync main.go