diff options
author | typebrook <typebrook@gmail.com> | 2019-04-18 11:20:05 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-18 11:20:05 +0800 |
commit | b9767d94390bf96165d65a829d2aab37bda37258 (patch) | |
tree | 5a43b9e9273734abae601dafa996dee2bb58e5da /scripts/sync.sh | |
parent | 8b2aa66c644e7bf1e2bc129b84da4603f52cae1f (diff) |
update
Diffstat (limited to 'scripts/sync.sh')
-rwxr-xr-x | scripts/sync.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh new file mode 100755 index 0000000..26abc22 --- /dev/null +++ b/scripts/sync.sh | |||
@@ -0,0 +1,9 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | DIR="$(cd "$(dirname "$0")" && pwd)" | ||
4 | source $DIR/check_upstream.sh | ||
5 | |||
6 | cd ~/git/settings && git pull --quiet & | ||
7 | cd ~/vimwiki && git pull --quiet & | ||
8 | check_upstream git/tig & | ||
9 | check_upstream .vim_runtime & | ||