Version 0.10 not complete! Remove empty path segments. Convert lines to H/V where possible. Remove some default styles.
This commit is contained in:
parent
19ed9e57a4
commit
3dfb1f8068
7 changed files with 183 additions and 14 deletions
7
crunch.sh
Executable file
7
crunch.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
mkdir $1
|
||||
for FILE in `ls fulltests`
|
||||
do
|
||||
./scour.py -i fulltests/$FILE -o $1/$FILE >> $1/report.txt
|
||||
done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue