rm-logfiles
author clasohm
Thu, 08 Dec 1994 12:46:25 +0100
changeset 764 b60e77395d1a
parent 608 245633e2fd57
permissions -rwxr-xr-x
changed Pure's grammar and the way types are converted to nonterminals

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