rm-logfiles
author nipkow
Wed, 03 May 1995 08:21:53 +0200
changeset 1081 884c6ef06fbf
parent 608 245633e2fd57
permissions -rwxr-xr-x
Corrected display of split f t: no more let. Also replaced "_abs" by "_lambda" --- the former was a mistake which happended to work.

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