rm-logfiles
author lcp
Mon, 21 Nov 1994 15:53:02 +0100
changeset 726 d703d1a1a2af
parent 608 245633e2fd57
permissions -rwxr-xr-x
ZF/intr_elim/elim: now "folds" definitions of the mutually recursive sets!

#! /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 {} \;