bootstrap.sh: Make rsync output numbers in a human-readable format

Closes #383.
This commit is contained in:
ribmo
2014-05-13 09:57:37 +02:00
committed by Mathias Bynens
parent 72a05b607e
commit d6f8b4ec22
+1 -1
View File
@@ -3,7 +3,7 @@ cd "$(dirname "${BASH_SOURCE}")"
git pull origin master
function doIt() {
rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" \
--exclude "README.md" --exclude "LICENSE-MIT.txt" -av --no-perms . ~
--exclude "README.md" --exclude "LICENSE-MIT.txt" -avh --no-perms . ~
source ~/.bash_profile
}
if [ "$1" == "--force" -o "$1" == "-f" ]; then