src/Tools/runqed
author lcp
Tue, 28 Feb 1995 10:54:49 +0100
changeset 920 b162fe4ae444
parent 891 a5ad535a241a
permissions -rwxr-xr-x
Added initial /bin/csh line and comments

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