diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-27 21:03:50 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-27 21:03:50 +0800 |
| commit | cda0870089c57d9b3859af0e58de0349da559020 (patch) | |
| tree | a1e8c1dac6188439e478378d6b3f540d7f865d2a /bin/wakeup.sh | |
| parent | dfb947732c2c57ff16c6e037f7aeda1844628368 (diff) | |
Update
Diffstat (limited to 'bin/wakeup.sh')
| -rwxr-xr-x | bin/wakeup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wakeup.sh b/bin/wakeup.sh index 545511b..cdcaa51 100755 --- a/bin/wakeup.sh +++ b/bin/wakeup.sh | |||
| @@ -2,4 +2,4 @@ | |||
| 2 | 2 | ||
| 3 | date +%s >~/.wakeup | 3 | date +%s >~/.wakeup |
| 4 | 4 | ||
| 5 | find $SETTING_DIR/bin -executable | while read file; do ln -sf $file ~/bin/; done | 5 | find $HELPER_DIR/bin -executable | while read file; do ln -sf $file ~/bin/; done |