rm-logfiles
author nipkow
Thu, 13 Apr 1995 10:20:55 +0200
changeset 1030 1d8fa2fc4b9c
parent 608 245633e2fd57
permissions -rwxr-xr-x
Completely rewrote split_tac. The old one failed in strange circumstances.

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