pusher/build.sh
2024-05-17 18:02:10 +08:00

7 lines
178 B
Bash

#!/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}