We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0c8fd commit e3337c0Copy full SHA for e3337c0
apps/templates/zip_android.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+# Create a zip file of the Android template in the current directory
4
+zip -r android_template.zip android_template/
apps/templates/zip_ios.sh
+# Create a zip file of the iOS template in the current directory
+zip -r ios_template.zip ios_template/
0 commit comments