diff options
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 |