h4ck/lg_webOS/base-files/source/etc/rc.button/failsafe
2016-11-18 15:49:40 -08:00

6 lines
87 B
Bash
Executable File

#!/bin/sh
[ "${TYPE}" = "switch" ] || echo ${BUTTON} > /tmp/failsafe_button
return 0