3925c52f8d3bbd1e60e91647f1398bd47f67f4b1
[pspp] / parse-all-light
1 #! /bin/bash
2 for d in {williams,germano,smekens,unzipped}/*/*light*.bin; do
3     if ! ./dump all < $d >/dev/null; then
4         echo $d
5         ./dump all < $d
6         echo
7     fi
8 done