chromeworker/build.sh
2020-11-24 15:16:37 +08:00

6 lines
168 B
Bash
Executable File

rm build/ -rf
mkdir -p ./build
cd proxyserver && go build && mv proxyserver ../build/ && cd ..
cp start.sh build/start.sh
cp proxyserver/config.yaml build/config.yaml