diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..2efa53e --- /dev/null +++ b/upload.sh @@ -0,0 +1,22 @@ +#! /bin/sh + +make tabellio-pcf.ott +make tabellio-pfb.ott +make tabellio.oxt + +VERSION=$(grep "version value" addon/description.xml | cut -d'"' -f2) + +cat << _EOF_ > update.xml + + + + + + + + +_EOF_ + +scp update.xml tabellio-pcf.ott tabellio-pfb.ott tabellio.oxt leucas.entrouvert.org:/var/vhosts/tabellio.entrouvert.com/web/ +