diff options
-rwxr-xr-x | sync.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 - |