mirror of
https://github.com/CPunch/gopenfusion.git
synced 2024-11-12 19:20:06 +00:00
7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p bin
|
|
cd server
|
|
go build -o ../bin/server
|
|
cd ../
|
|
echo 'Done' |