diff options
Diffstat (limited to 'script')
-rw-r--r-- | script/sync.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/sync.sh b/script/sync.sh new file mode 100644 index 0000000..64f6a65 --- /dev/null +++ b/script/sync.sh | |||
@@ -0,0 +1,2 @@ | |||
1 | cd ~/git/settings && git pull --quiet & | ||
2 | cd ~/vimwiki && git pull --quiet & | ||