summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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 &