You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/brcm-2.4/base-files/sbin/hotplug.failsafe

5 lines
52 B
Bash

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