rm-logfiles
author lcp
Thu, 15 Sep 1994 13:13:54 +0200
changeset 614 da97045ef59a
parent 608 245633e2fd57
permissions -rwxr-xr-x
now mentions that the sections are available as Datatypes and (Co)Inductive Definitions in Isabelle/HOL

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