gopenfusion/build.sh

7 lines
78 B
Bash
Raw Normal View History

2023-03-07 00:41:26 +00:00
#!/bin/sh
mkdir -p bin
cd server
go build -o ../bin/server
cd ../
echo 'Done'