]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/EXPORT/export_Utrecht_Ramsey/exporttheories.sh
Many files added. Symbolic links missing. examples and contrib missing due
[helm.git] / helm / EXPORT / export_Utrecht_Ramsey / exporttheories.sh
diff --git a/helm/EXPORT/export_Utrecht_Ramsey/exporttheories.sh b/helm/EXPORT/export_Utrecht_Ramsey/exporttheories.sh
new file mode 100755 (executable)
index 0000000..b2dd5f8
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+echo "Exporting theory $1";
+
+for i in Ramsey/*.v
+ do
+  basename=$(basename $i | sed s/\\.v//)
+  cat $i | ../mktheory.pl "Utrecht/Ramsey/$basename" > \
+   examples/Utrecht/Ramsey/$basename.theory.xml
+ done