X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FEXPORT%2Fexport_Marseille_CCS%2Fexporttheories.sh;fp=helm%2FEXPORT%2Fexport_Marseille_CCS%2Fexporttheories.sh;h=0000000000000000000000000000000000000000;hb=bb2953675ebb08267186029b18bc3fdca9c137df;hp=24fce6c392822cc1f7db47132b136f5eec81d670;hpb=1cfcea66d7394a785ec439cd6b03497b276918c4;p=helm.git diff --git a/helm/EXPORT/export_Marseille_CCS/exporttheories.sh b/helm/EXPORT/export_Marseille_CCS/exporttheories.sh deleted file mode 100755 index 24fce6c39..000000000 --- a/helm/EXPORT/export_Marseille_CCS/exporttheories.sh +++ /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