]> matita.cs.unibo.it Git - helm.git/blob - helm/EXPORT/export_Utrecht_Ramsey/exporttheories.sh
crosso compatibility patch which enable building both with ocaml 3.08 and 3.09
[helm.git] / helm / EXPORT / export_Utrecht_Ramsey / exporttheories.sh
1 #!/bin/bash
2
3 echo "Exporting theory $1";
4
5 for i in Ramsey/*.v
6  do
7   basename=$(basename $i | sed s/\\.v//)
8   cat $i | ../mktheory.pl "Utrecht/Ramsey/$basename" > \
9    examples/Utrecht/Ramsey/$basename.theory.xml
10  done