mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 09:38:29 +02:00
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
# Reboot the system immediately
|
|
shutdown -r now
|
|
|
|
# Shut system down immediately
|
|
shutdown -h now
|
|
|
|
# Reboot system after 5 minutes
|
|
shutdown -r +5
|