rm-logfiles
author lcp
Tue, 06 Jun 1995 10:33:32 +0200
changeset 1143 0dfb8b437f5d
parent 608 245633e2fd57
permissions -rwxr-xr-x
Now string_of_vname checks for the empty variable name, catching the exception LIST.

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