Skip to content

Commit eef1784

Browse files
committed
Update zipper script
1 parent 6b02d08 commit eef1784

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zipper.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
2-
wget https://github.com/botman/studio/archive/2.0.zip
3-
unzip 2.0.zip -d working
4-
cd working/studio-2.0
2+
wget https://github.com/botman/studio/archive/master.zip
3+
unzip master.zip -d working
4+
cd working/studio-master
55
zip -ry ../../latest.zip .
66
cd ../..
77
rm -rf working
8-
rm 2.0.zip
8+
rm master.zip

0 commit comments

Comments
 (0)