rm-logfiles
author lcp
Fri, 21 Oct 1994 09:47:02 +0100
changeset 649 237fce674bfb
parent 608 245633e2fd57
permissions -rwxr-xr-x
LCF/LCF.thy: the constant VOID had mixfix syntax "()" !! Added quotes.

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