#! /bin/bash
# lscht Debug-Dumps von unvernderten Blcken
for i in block*0; do if [ \! -e ${i%0}2 ]; then rm ${i%0}*; fi; done
