]> matita.cs.unibo.it Git - helm.git/blob - helm/EXPORT/exportcsczfc/exporttheories.sh
419e33d53ee70aeb563e33d9efa0820a378454e2
[helm.git] / helm / EXPORT / exportcsczfc / exporttheories.sh
1 #!/bin/bash
2
3 echo "Exporting theory $1";
4
5 for i in csc_eqdep.v csc_zfc.v
6  do
7   basename=$(basename $i | sed s/\\.v//)
8   cat $i | ../mktheory.pl "csczfc/$basename" > \
9    examples/csczfc/$1/$basename.theory.xml
10  done