diff options
Diffstat (limited to 'quitapps.sh')
| -rwxr-xr-x | quitapps.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quitapps.sh b/quitapps.sh new file mode 100755 index 0000000..c65f57c --- /dev/null +++ b/quitapps.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo -n -e "subscribe control\nannounce control quit\n" | nc localhost 9898 |
