Skip to content

Commit

Permalink
Архиватор для Linux / Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokujo committed Jun 13, 2023
1 parent 3f0c46a commit a650628
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions install_archive.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a650628

Please sign in to comment.