/ Published in: Bash
URL: http://swiss.ubuntuforums.org/showthread.php?t=1392057
I didn't write this see the url for more info
Expand |
Embed | Plain Text
#!/bin/sh # Super cheesy script to wake my computer every day echo 0 > /sys/class/rtc/rtc0/wakealarm echo `date '+%s' -d '+ 480 minutes'` > /sys/class/rtc/rtc0/wakealarm cat /sys/class/rtc/rtc0/wakealarm > /var/log/last_known_wakeup_time
You need to login to post a comment.
