diff options
author | MaZderMind <github@mazdermind.de> | 2015-06-16 16:59:04 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-06-16 16:59:04 +0200 |
commit | c69b7397171e49221a42c0c49154d29722d38af0 (patch) | |
tree | a2dd956c6d9e4597be70a4bd792e7356f8387f17 /voctocore/scripts/set-stream-blank-nostream.sh | |
parent | 8e2359d8ed6b17fc6cad99d617c889c754eb44c1 (diff) |
Implement Stream-Blanker
Diffstat (limited to 'voctocore/scripts/set-stream-blank-nostream.sh')
-rwxr-xr-x | voctocore/scripts/set-stream-blank-nostream.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/voctocore/scripts/set-stream-blank-nostream.sh b/voctocore/scripts/set-stream-blank-nostream.sh new file mode 100755 index 0000000..abdab4b --- /dev/null +++ b/voctocore/scripts/set-stream-blank-nostream.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo set_stream_blank nostream | nc -q0 localhost 9999 |