From a6506282feb3fda615e4352c397e193d8caead26 Mon Sep 17 00:00:00 2001 From: Maxim Harder Date: Tue, 13 Jun 2023 14:29:39 +0200 Subject: [PATCH] =?UTF-8?q?=D0=90=D1=80=D1=85=D0=B8=D0=B2=D0=B0=D1=82?= =?UTF-8?q?=D0=BE=D1=80=20=D0=B4=D0=BB=D1=8F=20Linux=20/=20Mac?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_archive.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 install_archive.sh diff --git a/install_archive.sh b/install_archive.sh new file mode 100755 index 0000000..fd7a156 --- /dev/null +++ b/install_archive.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +mkdir temp +rsync -avz upload/ temp/ +cd temp +zip -r maharder_assets.zip * +cd .. +cp -f temp/maharder_assets.zip install.zip +rm -rf temp +exit 0 \ No newline at end of file