#! /bin/bash make || exit 1 for d in {unzipped3,williams,germano,smekens,unzipped,unzipped2}/*/*light*.bin; do if ! ./dump all < $d > /dev/null; then echo $d #./dump all < $d echo fi done