aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/wakeup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wakeup.sh')
-rwxr-xr-xbin/wakeup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/wakeup.sh b/bin/wakeup.sh
index 9f6d7a2..188f749 100755
--- a/bin/wakeup.sh
+++ b/bin/wakeup.sh
@@ -11,7 +11,9 @@ find $SETTING_DIR/bin -type f -executable -exec realpath {} + | \
11xargs -I{} ln -sf {} $BIN_DIR 11xargs -I{} ln -sf {} $BIN_DIR
12 12
13# sync with important git repos 13# sync with important git repos
14setsid ~/bin/check-repos.sh 14setsid ~/bin/sync.sh && \
15which notify-send &>/dev/null && \
16notify-send 'Repos synced'
15 17
16# Copy context file from vps 18# Copy context file from vps
17rsync -au vps:~/.context ~/.context 19rsync -au vps:~/.context ~/.context