rm-logfiles
author clasohm
Tue, 04 Oct 1994 13:02:16 +0100
changeset 624 33b9b5da3e6f
parent 608 245633e2fd57
permissions -rwxr-xr-x
made major changes to grammar; added call of Type.infer_types to automatically eliminate ambiguities

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