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

minor

parent 158c3495
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ while true; do
read -p "Do you wish to run upx against ${BIN_NAME}? (y/n) " yn
case $yn in
[Yy]*)
echo ""
upx --brute ${GOPATH}/bin/${BIN_NAME}
break
;;
......
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