Skip to content

Commit

Permalink
Update zipper script
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Dec 11, 2017
1 parent 6b02d08 commit eef1784
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zipper.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
wget https://github.com/botman/studio/archive/2.0.zip
unzip 2.0.zip -d working
cd working/studio-2.0
wget https://github.com/botman/studio/archive/master.zip
unzip master.zip -d working
cd working/studio-master
zip -ry ../../latest.zip .
cd ../..
rm -rf working
rm 2.0.zip
rm master.zip

0 comments on commit eef1784

Please sign in to comment.