mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-24 04:06:19 +10:00
bootstrap.sh: Make rsync output numbers in a human-readable format
Closes #383.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user