rm-logfiles
author lcp
Fri, 20 Jan 1995 02:00:23 +0100
changeset 868 452f1e6ae3bc
parent 608 245633e2fd57
permissions -rwxr-xr-x
Deleted semicolon at the end of the qed_goal line, which was preventing not_emptyE from being proved.

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