build.sh 92 Bytes edit raw blame history 1 2 3 #!/bin/sh GOARCH=arm go build -o webserv -ldflags="-s -w" . && ./upx --ultra-brute webserv