summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/sync.sh b/sync.sh
index a79676a..40e9a1f 100755
--- a/sync.sh
+++ b/sync.sh
@@ -1,5 +1,8 @@
#!/bin/bash
-
+#
+# Some of the pages used in bitmask.net are copies of pages used on dl.bitmask.net
+# Run this to copy those pages from ../dl_bitmask_net.git
+#
for i in android linux mac windows
do
rsync -rv --delete ../dl_bitmask_net/pages/$i/ pages/install/$i
@@ -7,4 +10,3 @@ done
rsync -rv ../dl_bitmask_net/pages/common/_download_button.haml pages/common
rsync -rv ../dl_bitmask_net/pages/assets/qr/ pages/assets/qr
-