4 lines
63 B
Plaintext
Raw Normal View History

[ "$ACTION" = "released" -a "$BUTTON" = reset ] && {
reboot
}