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 ...@@ -26,6 +26,7 @@ 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 case $yn in
[Yy]*) [Yy]*)
echo ""
upx --brute ${GOPATH}/bin/${BIN_NAME} upx --brute ${GOPATH}/bin/${BIN_NAME}
break break
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment