gopenfusion/build.sh

5 lines
60 B
Bash
Executable File

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