runSPASSconsistency.sh revision f63542473cfd142d1d19f2abdf7f8b10679c9716
#!/bin/sh
for i in $*
do
echo $i
SPASS $i | fgrep -C 4 "SPASS beiseite"
done