From a205875bdc46b83b29ea3d52f371fa0ac1f73252 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 25 Apr 2023 11:27:26 +0800 Subject: Update --- bin/wakeup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/wakeup.sh') 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 {} + | \ xargs -I{} ln -sf {} $BIN_DIR # sync with important git repos -setsid ~/bin/check-repos.sh +setsid ~/bin/sync.sh && \ +which notify-send &>/dev/null && \ +notify-send 'Repos synced' # Copy context file from vps rsync -au vps:~/.context ~/.context -- cgit v1.2.3-70-g09d2