diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-02-28 15:10:39 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-02-28 15:10:39 +0100 |
commit | cb42a9ad193179c527b44eccd3ca3ac59d573386 (patch) | |
tree | 8967af004209c8d7f159e45e5807979c7ca5953f /example-scripts/control-server/set-composite-matrix-two-by-two.sh | |
parent | 6ce57b47f050c39fbf28f4af639ef19608a74cfa (diff) |
Add composition Matrix Two-by-two.
Diffstat (limited to 'example-scripts/control-server/set-composite-matrix-two-by-two.sh')
-rwxr-xr-x | example-scripts/control-server/set-composite-matrix-two-by-two.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example-scripts/control-server/set-composite-matrix-two-by-two.sh b/example-scripts/control-server/set-composite-matrix-two-by-two.sh new file mode 100755 index 0000000..1ea81c6 --- /dev/null +++ b/example-scripts/control-server/set-composite-matrix-two-by-two.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +confdir="`dirname "$0"`/../" +. $confdir/default-config.sh +if [ -f $confdir/config.sh ]; then + . $confdir/config.sh +fi + +echo set_composite_mode matrix_two_by_two | nc -q0 $MIXHOST 9999 |