gopenfusion/build.sh
2023-03-06 18:41:26 -06:00

7 lines
78 B
Bash
Executable File

#!/bin/sh
mkdir -p bin
cd server
go build -o ../bin/server
cd ../
echo 'Done'