rm-logfiles
author lcp
Wed, 03 May 1995 17:22:18 +0200
changeset 1103 08fda5148971
parent 608 245633e2fd57
permissions -rwxr-xr-x
prove_case_equation now calls uses meta_eq_to_obj_eq to cope with new form of 'split'. Tried calling simp_tac instead of using resolution with trans, but it was significantly slower: 98.3 secs instead of 91.2 secs for ex/Enum.

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