#! /bin/bash o="${1:-$(mktemp /tmp/execXXX)}" GOOS=linux GOARCH=386 CGO_ENABLED=0 go build -o "$o" -a -installsuffix cgo echo "$o"