From d452d44736c2a5271f6924f915e2282105170c3f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 8 Oct 2014 19:52:54 +0200 Subject: moved control room scripts to separate dir --- scripts/ctrlroom/sydra-ctl.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 scripts/ctrlroom/sydra-ctl.sh (limited to 'scripts/ctrlroom/sydra-ctl.sh') diff --git a/scripts/ctrlroom/sydra-ctl.sh b/scripts/ctrlroom/sydra-ctl.sh new file mode 100755 index 0000000..2a2cb45 --- /dev/null +++ b/scripts/ctrlroom/sydra-ctl.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +PIPE=./sydra-manager.sock + +while true +do + if read line; then + echo $line > $PIPE + fi +done + +exit 0 -- cgit v1.2.3