mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-20 15:45:21 +01:00
438dfe5c6f
SVN-Revision: 9069
5 lines
52 B
Bash
Executable File
5 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
case "$1" in
|
|
button) kill -USR1 1;;
|
|
esac
|