Merge pull request #524 from ElectricSquid/patch-1

Shutdown at a specific time
This commit is contained in:
Felix Yan
2015-12-31 20:34:43 +08:00

View File

@@ -14,6 +14,10 @@
`shutdown -r +{{5}} &`
- Shutdown at 1:00 pm (Uses 24h clock)
`shutdown -h 13:00`
- Cancel a pending shutdown/reboot operation
`shutdown -c`