X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FEXPORT%2Fexport_Utrecht_Ramsey%2Fexporttheories.sh;fp=helm%2FEXPORT%2Fexport_Utrecht_Ramsey%2Fexporttheories.sh;h=0000000000000000000000000000000000000000;hb=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=b2dd5f8aaf5209784123f1c7e5eef5378627d36f;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;p=helm.git diff --git a/helm/EXPORT/export_Utrecht_Ramsey/exporttheories.sh b/helm/EXPORT/export_Utrecht_Ramsey/exporttheories.sh deleted file mode 100755 index b2dd5f8aa..000000000 --- a/helm/EXPORT/export_Utrecht_Ramsey/exporttheories.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/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