Skip to content
Snippets Groups Projects
Unverified Commit af8a1f98 authored by Max Adamo's avatar Max Adamo
Browse files

minor

parent 5a71bfd5
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ rm -rf ${GOPATH}/src/github.com/maxadamo/${BIN_NAME}
#go get -ldflags "-s -w -X main.appVersion=${PROG_VERSION} -X main.buildTime=${BUILDTIME}" gitlab.geant.net/devops/${BIN_NAME}
go get -ldflags "-s -w -X main.appVersion=${PROG_VERSION} -X main.buildTime=${BUILDTIME}" .
while true; do
read -p "Do you wish to run upx against ${BIN_NAME}?" yn
read -p "Do you wish to run upx against ${BIN_NAME}? (y/n)" yn
case $yn in
[Yy]*)
upx --brute ${GOPATH}/bin/${BIN_NAME}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment