From 00b136155183ae522ca458e540a8cf29bf525e74 Mon Sep 17 00:00:00 2001 From: typebrook Date: Thu, 27 Feb 2020 16:32:37 +0800 Subject: update --- tools/sync.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tools/sync.sh (limited to 'tools/sync.sh') diff --git a/tools/sync.sh b/tools/sync.sh new file mode 100755 index 0000000..1c33138 --- /dev/null +++ b/tools/sync.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd $SETTING_DIR && git pull --quiet || echo in `pwd` > /dev/tty & +cd ~/vimwiki && git pull --quiet || echo in `pwd` > /dev/tty & +check_upstream ~/git/tig || echo in `pwd` > /dev/tty & +check_upstream ~/.vim_runtime || echo in `pwd` > /dev/tty & -- cgit v1.2.3-70-g09d2