#! /bin/sh
# $Id: rm-logfiles,v 1.4 1994/12/21 12:40:42 lcp Exp $
#Remove useless files from subdirectories
rm log */make*.log */make*.log.gz
rm */test
find . -name '.*.thy.ML' -print -exec rm {} \;
