rm-logfiles
author lcp
Mon, 14 Nov 1994 10:49:39 +0100
changeset 709 0d0df9b5afe3
parent 608 245633e2fd57
permissions -rwxr-xr-x
Pure/tctical/select: now uses cprems_of instead of prems_of and cterm_of: new SELECT_GOAL is MUCH faster

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