rm-logfiles
author lcp
Thu, 06 Apr 1995 11:55:51 +0200
changeset 1010 a7693f30065d
parent 608 245633e2fd57
permissions -rwxr-xr-x
Added comment.

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