remove unwwanted parameter

This commit is contained in:
Godzil 2018-05-09 22:31:50 +01:00
parent fcae53baae
commit bf941819a8

View File

@ -1,7 +1,7 @@
#!/bin/bash
PARAMS=$*
for i in {1..20}; do
crunchy -u ${PARAMS}
crunchy ${PARAMS}
if [ $? == 0 ]; then
break
fi