diff --git a/bootstrap.sh b/bootstrap.sh index 1b3faa8..21cc387 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,5 @@ #!/bin/bash cd "$(dirname "$0")" -git pull origin master function doIt() { rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~ }