mirror of
https://github.com/zrepl/zrepl.git
synced 2025-01-09 15:58:33 +01:00
8 lines
147 B
Bash
Executable File
8 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
set -x
|
|
|
|
source ../../../build/go_install_host_tool.source
|
|
|
|
GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ./gen ./
|