Skip to content

Instantly share code, notes, and snippets.

@lostgoat
Created October 18, 2018 20:29
Show Gist options
  • Save lostgoat/d46651cf946159b071012e693af87d1d to your computer and use it in GitHub Desktop.
Save lostgoat/d46651cf946159b071012e693af87d1d to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo bash -c 'echo s > /proc/sysrq-trigger'
sudo bash -c 'echo u > /proc/sysrq-trigger'
sudo bash -c 'echo s > /proc/sysrq-trigger'
sudo bash -c 'echo b > /proc/sysrq-trigger'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment