run.sh revision c6169d3a82a5b599c7e43a7a375849ecff97a9c0
#!/bin/sh
for i in *.het
do
../../hets -v2 -o prf,th,pp.xml -d DGraphXML $i
done
svn diff