aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/wakeup.sh
diff options
context:
space:
mode:
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