we now have ruby
This commit is contained in:
4
build_go_exec
Normal file
4
build_go_exec
Normal file
@@ -0,0 +1,4 @@
|
||||
#! /bin/bash
|
||||
o="${1:-$(mktemp /tmp/execXXX)}"
|
||||
GOOS=linux GOARCH=386 CGO_ENABLED=0 go build -o "$o" -a -installsuffix cgo
|
||||
echo "$o"
|
||||
Reference in New Issue
Block a user