Skip to content

Instantly share code, notes, and snippets.

@ahmetozer
Created August 31, 2024 15:39
Show Gist options
  • Save ahmetozer/5c61266c6fa3ad14f943742defed540c to your computer and use it in GitHub Desktop.
Save ahmetozer/5c61266c6fa3ad14f943742defed540c to your computer and use it in GitHub Desktop.
Instant reboot raspberry pi and other linux systems
#!/usr/bin/env sh
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