aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-06-20 00:09:00 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-06-20 00:09:00 +0800
commit88330e0948a62fab33d871561109597d26a23a48 (patch)
tree5d66ff56d4f1940ce816805f4b62a9b227355417
parent10ac99f4ca1cbe945071e5f3b56345fd4a1d1b2e (diff)
Update
-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