start moving beyond PMModelItemInfo
[pspp] / parse-all-light
1 #! /bin/bash
2 make || exit 1
3 for d in {unzipped3,williams,germano,smekens,unzipped,unzipped2}/*/*light*.bin; do
4     if ! ./dump $d > /dev/null; then
5         echo $d
6         ./dump $d
7         echo
8     fi
9 done