mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 06:35:44 +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 -r +{{5}} &`
|
||||||
|
|
||||||
|
- Shutdown at 1:00 pm (Uses 24h clock)
|
||||||
|
|
||||||
|
`shutdown -h 13:00`
|
||||||
|
|
||||||
- Cancel a pending shutdown/reboot operation
|
- Cancel a pending shutdown/reboot operation
|
||||||
|
|
||||||
`shutdown -c`
|
`shutdown -c`
|
||||||
|
|
Loading…
Add table
Reference in a new issue