src/Tools/runqed
author paulson
Tue, 17 Oct 1995 12:09:46 +0100
changeset 1283 ea8b657a9c92
parent 920 b162fe4ae444
permissions -rwxr-xr-x
Documented store_thm and moved qed to top

#! /bin/csh
# $Id$
# Run qed on all ML files in the current directory
foreach f (*ML)
echo Expanding shorthands in $f. \ Backup file is $f:r.bak
qed $f $f:r.MLL
mv $f $f:r.bak
mv $f:r.MLL $f
end
echo Finished.