mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-02 21:23:47 +01:00
4 lines
52 B
Bash
4 lines
52 B
Bash
#!/bin/sh
|
|
case "$1" in
|
|
button) kill -USR1 1;;
|
|
esac
|