Ubuntu Pastebin

Paste from s7rawman at Sat, 28 Jan 2017 16:48:45 +0000

Download as text
1
2
3
4
#!/bin/bash 
sudo sh -c "echo 0 > /sys/class/rtc/rtc0/wakealarm" 
sudo sh -c "echo `date '+%s' -d '+ 420 minutes'` > /sys/class/rtc/rtc0/wakealarm" 
shutdown now 
Download as text