rm-logfiles
author lcp
Thu, 06 Apr 1995 11:59:34 +0200
changeset 1011 5c9654e2e3de
parent 608 245633e2fd57
permissions -rwxr-xr-x
Recoded with help from Toby to use rewriting instead of the subst rule -- the latter was too slow. But it must resort to the subst rule if the equality contains Vars.

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