Skip to content

Commit

Permalink
bootstrap.sh: Make rsync output numbers in a human-readable format
Browse files Browse the repository at this point in the history
  • Loading branch information
ribmo authored and mathiasbynens committed May 13, 2014
1 parent 72a05b6 commit d6f8b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Expand Up @@ -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
Expand Down

0 comments on commit d6f8b4e

Please sign in to comment.