rm-logfiles
author lcp
Fri, 16 Dec 1994 17:36:50 +0100
changeset 797 713efca1f0aa
parent 608 245633e2fd57
permissions -rwxr-xr-x
Defines ZF theory sections (inductive, datatype) at the start/ Moved theory section code here from Inductive.ML and Datatype.ML

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