rm-logfiles
author lcp
Wed, 19 Oct 1994 09:54:38 +0100
changeset 647 fb7345cccddc
parent 608 245633e2fd57
permissions -rwxr-xr-x
ZF/Fixedpt/coinduct: modified proof to suppress deep unification

#! /bin/sh
#rm-logfiles: remove useless files from subdirectories
rm log */make*.log */make*.log.gz
rm */test
find . -name '.*.thy.ML' -print -exec rm {} \;