src/Tools/runqed
author clasohm
Fri, 03 Feb 1995 12:32:14 +0100
changeset 891 a5ad535a241a
parent 813 4a266c3d4cc0
child 920 b162fe4ae444
permissions -rwxr-xr-x
added specification of csh as script interpreter
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
891
a5ad535a241a added specification of csh as script interpreter
clasohm
parents: 813
diff changeset
     1
#!/bin/csh
813
4a266c3d4cc0 qed is a utility that makes ML files store the defined theories in Isabelle's
clasohm
parents:
diff changeset
     2
foreach n (*ML)
4a266c3d4cc0 qed is a utility that makes ML files store the defined theories in Isabelle's
clasohm
parents:
diff changeset
     3
qed $n $n:r.MLL
4a266c3d4cc0 qed is a utility that makes ML files store the defined theories in Isabelle's
clasohm
parents:
diff changeset
     4
mv $n $n:r.bak
4a266c3d4cc0 qed is a utility that makes ML files store the defined theories in Isabelle's
clasohm
parents:
diff changeset
     5
mv $n:r.MLL $n
4a266c3d4cc0 qed is a utility that makes ML files store the defined theories in Isabelle's
clasohm
parents:
diff changeset
     6
end