only run with single argument due to memory leak

main
josch 12 years ago
parent 1e57312b7b
commit 1f830df11c

@ -7,7 +7,7 @@ fi
rm -f score_max
python bruteforce2.py $1 | sort -r | xargs --max-procs=4 --max-args=4 python bruteforce3.py $1 $2 $3
python bruteforce2.py $1 | sort -r | xargs --max-procs=4 --max-args=1 python bruteforce3.py $1 $2 $3
echo palletViewer -o $1 -p $2 -s $3

Loading…
Cancel
Save