rm-logfiles
author lcp
Thu, 03 Nov 1994 16:52:19 +0100
changeset 696 eb5b42442b14
parent 608 245633e2fd57
permissions -rwxr-xr-x
Pure/goals/prepare_proof/mkresult: now smashes flexflex pairs in the final result.

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