aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/wakeup.sh
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-07-27 21:03:50 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-07-27 21:03:50 +0800
commitcda0870089c57d9b3859af0e58de0349da559020 (patch)
treea1e8c1dac6188439e478378d6b3f540d7f865d2a /bin/wakeup.sh
parentdfb947732c2c57ff16c6e037f7aeda1844628368 (diff)
Update
Diffstat (limited to 'bin/wakeup.sh')
-rwxr-xr-xbin/wakeup.sh2
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
3date +%s >~/.wakeup 3date +%s >~/.wakeup
4 4
5find $SETTING_DIR/bin -executable | while read file; do ln -sf $file ~/bin/; done 5find $HELPER_DIR/bin -executable | while read file; do ln -sf $file ~/bin/; done