rm-logfiles
author lcp
Fri, 25 Nov 1994 10:43:50 +0100
changeset 747 bdc066781063
parent 608 245633e2fd57
permissions -rwxr-xr-x
deepen_tac: modified due to outcome of experiments. Its choice of unsafe rule to expand is still non-deterministic.

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