Add Martin's patch for rewrite of command-line option parsing. Add CGI and mod_python versions of a web interface.

This commit is contained in:
JSCHILL1 2009-05-22 09:04:40 -05:00
commit b9a9020feb
11 changed files with 2802 additions and 135 deletions

View file

@ -3,6 +3,5 @@ mkdir $1
for FILE in `ls fulltests`
do
echo Doing $FILE:
./scour.py -i fulltests/$FILE -o $1/$FILE >> $1/report.txt
./scour.py -i fulltests/$FILE -o $1/$FILE 2>> $1/report.txt
done