We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b02d08 commit eef1784Copy full SHA for eef1784
zipper.sh
@@ -1,8 +1,8 @@
1
#!/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
+wget https://github.com/botman/studio/archive/master.zip
+unzip master.zip -d working
+cd working/studio-master
5
zip -ry ../../latest.zip .
6
cd ../..
7
rm -rf working
8
-rm 2.0.zip
+rm master.zip
0 commit comments