src/Tools/rm-logfiles
author paulson
Mon, 09 Sep 1996 11:08:01 +0200
changeset 1962 e60a230da179
parent 820 11e4827b3d75
child 2161 c25714ca1c19
permissions -rwxr-xr-x
Corrected associativity: must be to right, as the type dictatess

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