rm-logfiles
author lcp
Fri, 23 Dec 1994 16:49:48 +0100
changeset 837 778f01546669
parent 608 245633e2fd57
permissions -rwxr-xr-x
Re-indented declarations; declared the number 2

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