summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-07-21 02:17:06 -0700
committerelijah <elijah@riseup.net>2014-07-21 02:17:06 -0700
commit780e7f0d882a22503f9ce7caab0a2e969e8529e6 (patch)
treeba1f36532a7e6f471dc1007728da210bf5919cfc /sync.sh
parenta91bb680740c80eac5d19e61dc3c16e10b78b2c0 (diff)
initial draft content
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/sync.sh b/sync.sh
new file mode 100755
index 0000000..a79676a
--- /dev/null
+++ b/sync.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+for i in android linux mac windows
+do
+ rsync -rv --delete ../dl_bitmask_net/pages/$i/ pages/install/$i
+done
+
+rsync -rv ../dl_bitmask_net/pages/common/_download_button.haml pages/common
+rsync -rv ../dl_bitmask_net/pages/assets/qr/ pages/assets/qr
+