diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-06-20 00:09:00 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-06-20 00:09:00 +0800 |
| commit | 88330e0948a62fab33d871561109597d26a23a48 (patch) | |
| tree | 5d66ff56d4f1940ce816805f4b62a9b227355417 | |
| parent | 10ac99f4ca1cbe945071e5f3b56345fd4a1d1b2e (diff) | |
Update
| -rwxr-xr-x | bin/wakeup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/wakeup.sh b/bin/wakeup.sh index 083499f..545511b 100755 --- a/bin/wakeup.sh +++ b/bin/wakeup.sh | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | #! /bin/bash | 1 | #! /bin/bash |
| 2 | 2 | ||
| 3 | date +%s >~/.wakeup | 3 | date +%s >~/.wakeup |
| 4 | |||
| 5 | find $SETTING_DIR/bin -executable | while read file; do ln -sf $file ~/bin/; done | ||