mirror of https://github.com/hak5/openwrt.git
5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
#!/bin/sh
|
||
|
case "$1" in
|
||
|
button) kill -USR1 1;;
|
||
|
esac
|