rm-logfiles
author lcp
Thu, 06 Apr 1995 11:12:35 +0200
changeset 1008 fa11e1e28bd3
parent 608 245633e2fd57
permissions -rwxr-xr-x
Loads the local hypsubst.ML. No longer loads ../Provers/ind.ML, which was never used.

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