mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-18 15:46:59 +08:00
5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
![]() |
#!/bin/sh
|
||
|
case "$1" in
|
||
|
button) kill -USR1 1;;
|
||
|
esac
|