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:
JSCHILL1 2009-04-27 18:20:16 -05:00
parent 19ed9e57a4
commit 3dfb1f8068
7 changed files with 183 additions and 14 deletions

7
crunch.sh Executable file
View 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