mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
#!/bin/sh
|
||
|
case "$1" in
|
||
|
button) kill -USR1 1;;
|
||
|
esac
|