initial commit of bin scripts into git
This commit is contained in:
5
acpi_wakeup
Executable file
5
acpi_wakeup
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
time=$1
|
||||
sudo /bin/echo 0 > /sys/class/rtc/rtc0/wakealarm
|
||||
sudo /bin/echo `/bin/date '+%s' -d "$time"` > /sys/class/rtc/rtc0/wakealarm
|
||||
Reference in New Issue
Block a user