#! /bin/sh make || exit $? for d in unzipped*/*/*.bin; do case $d in *light*) continue ;; esac if ! ./dump2 < $d > /dev/null; then echo $d #./dump2 < $d >/dev/null echo fi done