X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FEXPORT%2Fexport_Bordeaux_EXCEPTIONS%2Fexporttheories.sh;fp=helm%2FEXPORT%2Fexport_Bordeaux_EXCEPTIONS%2Fexporttheories.sh;h=0000000000000000000000000000000000000000;hp=5328273489f03d5df03ae85c155b14f3384ce190;hb=1696761e4b8576e8ed81caa905fd108717019226;hpb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1 diff --git a/helm/EXPORT/export_Bordeaux_EXCEPTIONS/exporttheories.sh b/helm/EXPORT/export_Bordeaux_EXCEPTIONS/exporttheories.sh deleted file mode 100755 index 532827348..000000000 --- a/helm/EXPORT/export_Bordeaux_EXCEPTIONS/exporttheories.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -echo "Exporting theory $1"; - -for i in EXCEPTIONS/*.v - do - basename=$(basename $i | sed s/\\.v//) - cat $i | ../mktheory.pl "Bordeaux/EXCEPTIONS/$basename" > \ - examples/Bordeaux/EXCEPTIONS/$basename.theory.xml - done