From: hadaq@countinghouse Date: Thu, 28 Aug 2014 15:14:45 +0000 (+0200) Subject: added, mt X-Git-Tag: pre2018~57 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=58e7f3a11b9c9f01ceeb1a2c76371bc39b285135;p=hadesdaq.git added, mt --- 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