dmt

source code for the kunsthal art installation
git clone git://parazyd.org/dmt.git
Log | Files | Refs | README | LICENSE

commit 5e6b0f70dc0700cc159fcb5930426147efe80f45
parent 5364b2be9ce87fb5314c263998868b3663d6b466
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 29 Nov 2017 10:53:12 +0100

update start.sh

Diffstat:
Mstart.sh | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/start.sh b/start.sh @@ -14,7 +14,11 @@ tmux send-keys "cd midi-handler && ./midi_handler.py" C-m # Start the Asterisk log parsing daemon tmux splitw -h -p 50 -tmux send-keys "# ssh root@10.20.30.38 'cd dmt/freepbx-glue && tail -f /var/log/asterisk/full | ./freepbx_glue.py'" C-m +tmux send-keys "ssh root@kunsthalpbx 'killall python3 ; killall tail ; cd dmt/freepbx-glue && tail -f /var/log/asterisk/full | ./freepbx_glue.py'" C-m + +# Start Twinkle +tmux splitw -v -p 50 +tmux send-keys "DISPLAY=:0 twinkle" C-m # Attach to the session tmux attach-session -t dmt