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