Don't fetch from github before executing.

This commit is contained in:
Abhay Rana 2014-06-08 13:26:20 +05:30
parent 2ca4a4e9e6
commit 390f95a11e
1 changed files with 0 additions and 1 deletions

View File

@ -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 . ~
}