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