src/Tools/rm-logfiles
author paulson
Thu, 18 Jan 1996 10:38:29 +0100
changeset 1444 23ceb1dc9755
parent 820 11e4827b3d75
child 2161 c25714ca1c19
permissions -rwxr-xr-x
trivial updates

#! /bin/sh
# $Id$
#Remove useless files from subdirectories
rm log */make*.log */make*.log.gz
rm */test
find . -name '.*.thy.ML' -print -exec rm {} \;