rm-logfiles
author wenzelm
Mon, 12 Dec 1994 10:26:05 +0100
changeset 778 9a03ed31ea2f
parent 608 245633e2fd57
permissions -rwxr-xr-x
added print_theory that prints stored thms;

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