rm-logfiles
author clasohm
Fri, 03 Mar 1995 11:48:05 +0100
changeset 922 196ca0973a6d
parent 608 245633e2fd57
permissions -rwxr-xr-x
added CPure (curried functions) and ProtoPure (ancestor of Pure and CPure)

#! /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 {} \;