d9a42c5436
SVN-Revision: 23900
5 lines
52 B
Bash
5 lines
52 B
Bash
#!/bin/sh
|
|
case "$1" in
|
|
button) kill -USR1 1;;
|
|
esac
|