src/Tools/runqed
author paulson
Thu, 26 Sep 1996 17:30:52 +0200
changeset 2041 a3262b93c1d2
parent 920 b162fe4ae444
permissions -rwxr-xr-x
Now replaces uses of ssubst by stac

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