1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 02:35:28 +02:00

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
commit 878c70e69d

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`