Last active
March 16, 2022 01:52
-
-
Save shollingsworth/ec0d1601883d239f856886f919ec139e to your computer and use it in GitHub Desktop.
force machine reboot now
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Do not pass go, reboot now | |
| echo 1 > /proc/sys/kernel/sysrq | |
| echo b > /proc/sysrq-trigger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment