484609eeb0
SVN-Revision: 6465
4 lines
52 B
Bash
Executable file
4 lines
52 B
Bash
Executable file
#!/bin/sh
|
|
case "$1" in
|
|
button) kill -USR1 1;;
|
|
esac
|