mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-30 07:41:43 +00:00
5 lines
52 B
Bash
Executable File
5 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
case "$1" in
|
|
button) kill -USR1 1;;
|
|
esac
|