who cares
This commit is contained in:
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.gitmodules
vendored
Normal file → Executable file
0
.gitmodules
vendored
Normal file → Executable file
4
build.sh
Normal file → Executable file
4
build.sh
Normal file → Executable 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
public/index.html
Normal file → Executable file
0
public/index.html
Normal file → Executable file
Reference in New Issue
Block a user