Created
January 12, 2015 20:07
-
-
Save sparsick/1ed8449fec545767bac2 to your computer and use it in GitHub Desktop.
auto shutdown and wake up bash script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo rtcwake -m no -s 61200 && sudo shutdown -h 00:20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment