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