5 lines
96 B
Batchfile
5 lines
96 B
Batchfile
SET GOOS=linux
|
|
SET GOARCH=amd64
|
|
go build -o zdb.sh -ldflags "-s -w" ./main.go
|
|
upx -9 zdb.sh
|