From 58e7f3a11b9c9f01ceeb1a2c76371bc39b285135 Mon Sep 17 00:00:00 2001 From: "hadaq@countinghouse" Date: Thu, 28 Aug 2014 17:14:45 +0200 Subject: [PATCH] added, mt --- control/gui/expert/Restart_Sequencer | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/control/gui/expert/Restart_Sequencer b/control/gui/expert/Restart_Sequencer index e69de29..dd84524 100755 --- a/control/gui/expert/Restart_Sequencer +++ b/control/gui/expert/Restart_Sequencer @@ -0,0 +1,14 @@ +#!/bin/bash + +xterm -geometry 80x24 -bg orange -fg black -e bash -c ' + ssh scs@lxhadeb06 " + echo Re-starting Sequencers + echo -en \"\x18\"| netcat -w 1 localhost 4813 + sleep 5 + " + ' + + + # | netcat -w 1 localhost 4813 + + \ No newline at end of file -- 2.43.0