#!/bin/sh #export CGO_ENABLED=0 GOOS=linux GOARCH=amd64 export CGO_ENABLED=0 ROOT=$(cd `dirname $0`/../; pwd) go build -o $ROOT/CloudflareServer $ROOT/CloudflareServer.go