#! /bin/sh light=`ls -1 unzipped/*/*.bin | grep light` for d in $light; do if ! ./dump all < $d >/dev/null; then echo $d ./dump all < $d echo fi done