From a78cc510c39944aa5eefa59a0ac779e3dc43ebce Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 19 Aug 2014 13:33:34 -0700 Subject: added comment to sync.sh --- sync.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sync.sh') 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 - -- cgit v1.2.3