rm-logfiles
author clasohm
Tue, 24 Jan 1995 12:17:49 +0100
changeset 877 e528724951b0
parent 608 245633e2fd57
permissions -rwxr-xr-x
added optional body priority to binder declaration

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