runSPASS.sh revision 293a4c712b5a1c6193302508213bb6245ffd1c26
#!/bin/sh -x
for i in Basic/*.dfg
do
echo $i
SPASS -Auto=0 $i
done