chromeworker/build.sh

6 lines
168 B
Bash
Raw Normal View History

2020-11-23 10:50:25 +00:00
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