1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-28 22:22:51 +00:00

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

View File

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