rm-logfiles
author lcp
Fri, 25 Nov 1994 11:02:39 +0100
changeset 748 ba231bd734d2
parent 608 245633e2fd57
permissions -rwxr-xr-x
moved Cantors theorem here from ZF/ex/misc

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