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