summaryrefslogtreecommitdiff
path: root/sync.sh
blob: 11e135579ab3a4bfe6c8bf4783cacdd20d36720a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 signature-verification
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