From 780e7f0d882a22503f9ce7caab0a2e969e8529e6 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 21 Jul 2014 02:17:06 -0700 Subject: initial draft content --- sync.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 sync.sh (limited to 'sync.sh') 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 + -- cgit v1.2.3