We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbda8c commit d6e1ebcCopy full SHA for d6e1ebc
install_archive.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+mkdir temp
4
+rsync -avz upload/ temp/
5
+cd temp
6
+zip -r maharder_assets.zip *
7
+cd ..
8
+cp -f temp/maharder_assets.zip install.zip
9
+rm -rf temp
10
+exit 0
0 commit comments