]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/EXPORT/export_Marseille_CCS/exporttheories.sh
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / EXPORT / export_Marseille_CCS / exporttheories.sh
diff --git a/helm/EXPORT/export_Marseille_CCS/exporttheories.sh b/helm/EXPORT/export_Marseille_CCS/exporttheories.sh
deleted file mode 100755 (executable)
index 24fce6c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-echo "Exporting theory $1";
-
-for i in CCS/*.v
- do
-  basename=$(basename $i | sed s/\\.v//)
-  cat $i | ../mktheory.pl "Marseille/CCS/$basename" > \
-   examples/Marseille/CCS/$basename.theory.xml
- done