]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
added, mt
authorhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:14:45 +0000 (17:14 +0200)
committerhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:14:45 +0000 (17:14 +0200)
control/gui/expert/Restart_Sequencer

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..dd84524221dcba446dd077d6f8e8039023d70c20 100755 (executable)
@@ -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