Files
2024-04-22 17:35:16 -05:00

11 lines
129 B
Python
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