aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbin/wakeup.sh2
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
3date +%s >~/.wakeup 3date +%s >~/.wakeup
4
5find $SETTING_DIR/bin -executable | while read file; do ln -sf $file ~/bin/; done