5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p build
|
|
go build -trimpath -ldflags="-s -w" -o build/moonshark .
|