src/Tools/runqed
author clasohm
Tue, 24 Oct 1995 14:45:35 +0100
changeset 1294 1358dc040edb
parent 920 b162fe4ae444
permissions -rwxr-xr-x
added calls of init_html and make_chart; added usage of qed

#! /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.