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

minor

parent af8a1f98
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}? (y/n)" 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