src/Tools/runqed
author wenzelm
Fri, 18 Jul 1997 13:37:16 +0200
changeset 3530 d9ca80f0759c
parent 920 b162fe4ae444
permissions -rwxr-xr-x
defs: allow conditions;

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