summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-05 19:19:17 +0800
committertypebrook <typebrook@gmail.com>2020-02-05 19:19:17 +0800
commitaa9ebaf1ab4b234a07de64f3965bdf74caaea6e6 (patch)
treed19f2e3a3ed3da05713d22cb8fc5c3f9c2611572
parent9fed53d721ef57e50847354361bdc3e563e96f09 (diff)
update
-rwxr-xr-xscripts/sync.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh
index 5238f2e..d92dbbd 100755
--- a/scripts/sync.sh
+++ b/scripts/sync.sh
@@ -1,6 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2 2
3cd $SETTING_DIR && git pull --quiet & || echo in $SETTING_DIR 3cd $SETTING_DIR && git pull --quiet || echo in $SETTING_DIR > /dev/tty &
4cd ~/vimwiki && git pull --quiet & || echo in ~/vimwiki 4cd ~/vimwiki && git pull --quiet || echo in ~/vimwiki > /dev/tty &
5check_upstream ~/git/tig & || echo in ~/git/tig 5check_upstream ~/git/tig || echo in ~/git/tig > /dev/tty &
6check_upstream ~/.vim_runtime & || echo in ~/.vim_runtime 6check_upstream ~/.vim_runtime || echo in ~/.vim_runtime > /dev/tty &