orchestrator-agent/script/go

12 строки
133 B
Bash
Executable File

#!/bin/bash
set -e
. script/bootstrap
mkdir -p bin
bindir="$PWD"/bin
cd .gopath/src/github.com/github/orchestrator-agent
go "$@"