mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +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
|