diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-27 17:13:50 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-27 17:13:50 +0800 |
commit | 4cdf77a295bc62466a24c7a2aabd893b4bd09554 (patch) | |
tree | 69c842f27625fcdad911e6a429d2f380a8e7b0e7 /bin/wakeup.sh | |
parent | 46662787169cd9fd7eb1220aea0bb25309fe6e35 (diff) |
Update
Diffstat (limited to 'bin/wakeup.sh')
-rwxr-xr-x | bin/wakeup.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/wakeup.sh b/bin/wakeup.sh index 0621c83..87d5727 100755 --- a/bin/wakeup.sh +++ b/bin/wakeup.sh | |||
@@ -11,9 +11,7 @@ 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/sync.sh && \ | 14 | ~/bin/sync.sh |
15 | which notify-send &>/dev/null && \ | ||
16 | notify-send 'Repos synced' | ||
17 | 15 | ||
18 | # Copy context file from vps | 16 | # Copy context file from vps |
19 | rsync -au vps:~/.context ~/.context | 17 | rsync -au vps:~/.context ~/.context |