diff options
Diffstat (limited to 'scripts/sync.sh')
-rwxr-xr-x | scripts/sync.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh deleted file mode 100755 index 1c33138..0000000 --- a/scripts/sync.sh +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | cd $SETTING_DIR && git pull --quiet || echo in `pwd` > /dev/tty & | ||
4 | cd ~/vimwiki && git pull --quiet || echo in `pwd` > /dev/tty & | ||
5 | check_upstream ~/git/tig || echo in `pwd` > /dev/tty & | ||
6 | check_upstream ~/.vim_runtime || echo in `pwd` > /dev/tty & | ||