diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2014-02-26 23:34:59 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2014-02-26 23:34:59 +0200 |
| commit | ab8a8e675d2dcdaaa7ccfbbdf4643246227e5e2a (patch) | |
| tree | d1980aad9bea37b886a4e87d0252b965ad672f5f /quitapps.sh | |
| download | distributed-test-ab8a8e675d2dcdaaa7ccfbbdf4643246227e5e2a.tar.gz distributed-test-ab8a8e675d2dcdaaa7ccfbbdf4643246227e5e2a.zip | |
initial commit
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 |
