rm-logfiles
author lcp
Thu, 29 Jun 1995 16:16:24 +0200
changeset 1167 cbd32a0f2f41
parent 608 245633e2fd57
permissions -rwxr-xr-x
New theory and proofs including preorder, inorder, ..., initially from ZF/ex/BT. Demonstrates datatypes and primrec.

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