mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-30 02:22:09 +00:00
d9a42c5436
SVN-Revision: 23900
5 lines
52 B
Bash
5 lines
52 B
Bash
#!/bin/sh
|
|
case "$1" in
|
|
button) kill -USR1 1;;
|
|
esac
|