Skip to content

Commit

Permalink
Fix upx call
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbbastien committed Sep 22, 2020
1 parent 9bd385c commit 34b618a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upx.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
set -ex

for binary in $(ls dist/speedtest-go*/speedtest-go*)
for binary in $(ls dist/speedtest-*/speedtest-*)
do
upx --brute $binary &
done

wait
wait

0 comments on commit 34b618a

Please sign in to comment.