From a9c6365ad04736f774a3ceae3557f0c18b89a248 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 17 Jan 2020 18:01:06 +0100 Subject: Add pack.sh to prepare release --- pack.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 pack.sh diff --git a/pack.sh b/pack.sh new file mode 100755 index 00000000..49ef3bef --- /dev/null +++ b/pack.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +tar ckzf slx-admin.tar.gz api.php index.php apis fonts inc lang modules-available Mustache script style install.php install-all || exit 1 + +[ "$1" = "--deploy" ] && scp slx-admin.tar.gz root@132.230.4.17:install/slx-admin.tar.gz + -- cgit v1.2.3-55-g7522