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

minor

parent 158c3495
Branches
Tags
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.
Please register or to comment