diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-02 20:34:54 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-02 20:34:54 +0800 |
| commit | a2497077066d4e26268bdd071851482252e45020 (patch) | |
| tree | f8f9c868abda19dd85744db84367966abe3f944b /scripts/sync.sh | |
| parent | af7ce43c718cb6bc0d7aac4633a8113f9a540ec5 (diff) | |
| parent | 00b136155183ae522ca458e540a8cf29bf525e74 (diff) | |
Merge branch 'dev' of github.com:typebrook/settings into dev
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 & | ||