rm-logfiles
author nipkow
Sat, 11 Mar 1995 17:46:14 +0100
changeset 948 3647161d15d3
parent 608 245633e2fd57
permissions -rwxr-xr-x
Added type constraints to enforce correct choice of variable names.

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