diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-06-06 07:36:34 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-06-06 07:36:34 +0800 |
commit | 74da533ad8e848d2ad3ea08acc1de6d193baeb12 (patch) | |
tree | 2c6aaf1a15f96e942cd9298ac71ff194ac1beca7 /bin/wakeup.sh | |
parent | 4418f22aac80af84112ea7507480540e20c74385 (diff) |
Update sync check
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 4ceee6a..083499f 100755 --- a/bin/wakeup.sh +++ b/bin/wakeup.sh | |||
@@ -1,3 +1,3 @@ | |||
1 | #! /bin/bash | 1 | #! /bin/bash |
2 | 2 | ||
3 | date --iso-8601=minutes >~/.wakeup | 3 | date +%s >~/.wakeup |