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:
commit
878c70e69d
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue