who cares

master
Bel LaPointe 2021-03-28 13:32:28 -05:00
parent 5d91288992
commit a7514e22fc
5 changed files with 2 additions and 2 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
.gitmodules vendored Normal file → Executable file
View File

4
build.sh Normal file → Executable file
View File

@ -13,7 +13,7 @@ function init() {
} }
function server() { function server() {
local f="./server" local f="./exec-server"
GOOS=linux CGO_ENABLED=0 go build -o "$f" -a -installsuffix cgo >&2 GOOS=linux CGO_ENABLED=0 go build -o "$f" -a -installsuffix cgo >&2
echo "$f" echo "$f"
} }
@ -27,7 +27,7 @@ function gitname() {
} }
function pack() { function pack() {
tar -czf "$1.tar" "./server" "./public" tar -czf "$1.tar" "./exec-server" "./public"
echo "$1.tar" echo "$1.tar"
} }

0
main.go Normal file → Executable file
View File

0
public/index.html Normal file → Executable file
View File