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