mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-21 10:53:36 +00:00
5 lines
52 B
Bash
5 lines
52 B
Bash
#!/bin/sh
|
|
case "$1" in
|
|
button) kill -USR1 1;;
|
|
esac
|