rm-logfiles
author lcp
Thu, 06 Apr 1995 12:15:27 +0200
changeset 1016 2317b680fe58
parent 608 245633e2fd57
permissions -rwxr-xr-x
Now the classical sets include UN_E, to avoid calling hyp_subst_tac

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