mirror of
https://github.com/Erreur32/cheat.git
synced 2025-03-13 20:18:47 +01:00
8 lines
144 B
Text
8 lines
144 B
Text
# Reboot the system immediately
|
|
shutdown -r now
|
|
|
|
# Shut system down immediately
|
|
shutdown -h now
|
|
|
|
# Reboot system after 5 minutes
|
|
shutdown -r +5
|