pusher/build.sh

7 lines
178 B
Bash
Raw Normal View History

2024-05-17 18:02:10 +08:00
#!/usr/bin/env bash
RUN_NAME="pusher"
mkdir -p output/bin output/conf
cp script/* output/
cp -r conf/* output/conf
chmod +x output/bootstrap.sh
go build -o output/bin/${RUN_NAME}