update
This commit is contained in:
20
test/assets/eInvoicing-EN16931/zip-release.sh
Normal file
20
test/assets/eInvoicing-EN16931/zip-release.sh
Normal 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"
|
Reference in New Issue
Block a user