src/Tools/rm-logfiles
author clasohm
Thu, 26 Oct 1995 13:53:00 +0100
changeset 1312 0c0e6298df13
parent 820 11e4827b3d75
child 2161 c25714ca1c19
permissions -rwxr-xr-x
renamed logics.html to index.html; added command for cleaning the directory before transfering newer version

#! /bin/sh
# $Id$
#Remove useless files from subdirectories
rm log */make*.log */make*.log.gz
rm */test
find . -name '.*.thy.ML' -print -exec rm {} \;