rm-logfiles
author lcp
Thu, 06 Apr 1995 10:55:06 +0200
changeset 1000 0ad2b1da57ff
parent 608 245633e2fd57
permissions -rwxr-xr-x
Now sets loadpath.

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