This commit is contained in:
2025-03-17 17:15:14 +00:00
parent a53f6b26ef
commit 8ceef306d0
594 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,20 @@
#!/bin/sh
ver=1.3.13
#
# CII
#
rm en16931-cii-$ver.zip
cd cii
zip -9 -r ../en16931-cii-$ver.zip schematron/* xslt/* examples/*
cd ..
#
# UBL
#
rm en16931-ubl-$ver.zip
cd ubl
zip -9 -r ../en16931-ubl-$ver.zip schematron/* xslt/* examples/*
cd ..
echo "Successfully done"