Openwrt/package/base-files/brcm/sbin/hotplug.failsafe
2006-11-17 03:07:10 +00:00

5 lines
52 B
Bash
Executable File

#!/bin/sh
case "$1" in
button) kill -USR1 1;;
esac