src/Tools/rm-logfiles
author paulson
Thu, 26 Sep 1996 17:30:52 +0200
changeset 2041 a3262b93c1d2
parent 820 11e4827b3d75
child 2161 c25714ca1c19
permissions -rwxr-xr-x
Now replaces uses of ssubst by stac

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