diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-25 11:27:26 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-25 11:27:26 +0800 |
commit | a205875bdc46b83b29ea3d52f371fa0ac1f73252 (patch) | |
tree | bf0210a450514c3c520fc27f3a966a0c14e0a800 /bin/wakeup.sh | |
parent | 3366366bf61dd819c874be78ae873a5d6e0e99d2 (diff) |
Update
Diffstat (limited to 'bin/wakeup.sh')
-rwxr-xr-x | bin/wakeup.sh | 4 |
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 {} + | \ | |||
11 | xargs -I{} ln -sf {} $BIN_DIR | 11 | xargs -I{} ln -sf {} $BIN_DIR |
12 | 12 | ||
13 | # sync with important git repos | 13 | # sync with important git repos |
14 | setsid ~/bin/check-repos.sh | 14 | setsid ~/bin/sync.sh && \ |
15 | which notify-send &>/dev/null && \ | ||
16 | notify-send 'Repos synced' | ||
15 | 17 | ||
16 | # Copy context file from vps | 18 | # Copy context file from vps |
17 | rsync -au vps:~/.context ~/.context | 19 | rsync -au vps:~/.context ~/.context |