mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-11 09:09:40 +00: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
|