src/Tools/rm-logfiles
author paulson
Mon, 21 Oct 1996 11:37:21 +0200
changeset 2119 1d8ae796f3bf
parent 820 11e4827b3d75
child 2161 c25714ca1c19
permissions -rwxr-xr-x
Mentions the possibility of pathnames in ISABELLECOMP;

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