代理池,集
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxyPool/build.sh

6 lines
107 B

7 years ago
os=$1
arch=$2
8 years ago
export GOPATH=`pwd`
7 years ago
GOOS=$os GOARCH=$arch go build -o bin/gomitmproxy$os$arch src/main/*.go