rm-logfiles
author clasohm
Tue, 30 May 1995 11:28:13 +0200
changeset 1136 3910c96551d1
parent 608 245633e2fd57
permissions -rwxr-xr-x
fixed bug in thms_containing; changed error/warning messages; added thms_resolving_with

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