diff options
author | elijah <elijah@riseup.net> | 2014-08-19 13:33:34 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-08-19 13:33:34 -0700 |
commit | a78cc510c39944aa5eefa59a0ac779e3dc43ebce (patch) | |
tree | 7a67c5d89db0e6887c052e0e634754917559e42d | |
parent | d093ca97be1b98f68eb8b7039a09bd8f2094bd78 (diff) |
added comment to sync.sh
-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 - |