src/Tools/rm-logfiles
author oheimb
Tue, 23 Apr 1996 17:11:44 +0200
changeset 1677 99044cda4ef3
parent 820 11e4827b3d75
child 2161 c25714ca1c19
permissions -rwxr-xr-x
repaired critical proofs depending on the order inside non-confluent SimpSets,

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