src/Tools/runqed
author paulson
Mon, 21 Oct 1996 11:37:21 +0200
changeset 2119 1d8ae796f3bf
parent 920 b162fe4ae444
permissions -rwxr-xr-x
Mentions the possibility of pathnames in ISABELLECOMP;

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