mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-08 00:11:07 +02:00
7 lines
138 B
Bash
Executable File
7 lines
138 B
Bash
Executable File
#! /bin/bash
|
|
|
|
export GOPATH=/data/go
|
|
export PATH=$PATH:/usr/local/go/bin
|
|
cd /data/go/src/github.com/cloudnativelabs/kube-router
|
|
make "$@"
|