代理池,集
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

5 lines
107 B

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