aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/init/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/init/sync.sh')
-rwxr-xr-xtools/init/sync.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh
index 349ca77..47bd9c4 100755
--- a/tools/init/sync.sh
+++ b/tools/init/sync.sh
@@ -14,6 +14,7 @@ sync ~/vimwiki &
14sync ~/.task & 14sync ~/.task &
15sync ~/.password-store & 15sync ~/.password-store &
16sync ~/.vim_runtime & 16sync ~/.vim_runtime &
17sync ~/bean &
17 18
18while true; do 19while true; do
19 if test $(jobs -r | wc -l) -gt 0; then 20 if test $(jobs -r | wc -l) -gt 0; then