summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-19 13:33:34 -0700
committerelijah <elijah@riseup.net>2014-08-19 13:33:34 -0700
commita78cc510c39944aa5eefa59a0ac779e3dc43ebce (patch)
tree7a67c5d89db0e6887c052e0e634754917559e42d /sync.sh
parentd093ca97be1b98f68eb8b7039a09bd8f2094bd78 (diff)
added comment to sync.sh
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
-