gopenfusion/build.sh

5 lines
60 B
Bash
Raw Normal View History

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