Skip to content

Instantly share code, notes, and snippets.

@waja
Created February 12, 2016 21:49
Show Gist options
  • Save waja/0156c2e0014d38e3f8fe to your computer and use it in GitHub Desktop.
Save waja/0156c2e0014d38e3f8fe to your computer and use it in GitHub Desktop.
Force Reboot (Magic SysRq keys)
#!/bin/sh
echo u > /proc/sysrq-trigger ; sleep 2 ; echo s > /proc/sysrq-trigger ; \
sleep 2 ; echo b > /proc/sysrq-trigger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment