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