aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sync.sh')
-rwxr-xr-xscripts/sync.sh6
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
3cd $SETTING_DIR && git pull --quiet || echo in `pwd` > /dev/tty &
4cd ~/vimwiki && git pull --quiet || echo in `pwd` > /dev/tty &
5check_upstream ~/git/tig || echo in `pwd` > /dev/tty &
6check_upstream ~/.vim_runtime || echo in `pwd` > /dev/tty &