pretty print packlist.xml
This commit is contained in:
parent
184604fb49
commit
e36d419a37
1 changed files with 4 additions and 0 deletions
4
run.sh
4
run.sh
|
@ -9,6 +9,10 @@ rm -f score_max
|
|||
|
||||
python bruteforce2.py $1 | sort -r | xargs --max-procs=4 --max-args=1 python bruteforce3.py $1 $2 $3
|
||||
|
||||
mv $2 $2.tmp
|
||||
xmllint --output $2 --format $2.tmp
|
||||
rm -f $2.tmp
|
||||
|
||||
echo palletViewer -o $1 -p $2 -s $3
|
||||
|
||||
echo python evaluate.py $1 $2 $3
|
||||
|
|
Loading…
Reference in a new issue