mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
10dd0e9a8b
Adding help for shutdown, useful for rebooting the system,
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
|