]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Sat, 29 Sep 2012 12:32:52 +0000 (12:32 +0000)
committerhadeshyp <hadeshyp>
Sat, 29 Sep 2012 12:32:52 +0000 (12:32 +0000)
cts/gui [deleted file]

diff --git a/cts/gui b/cts/gui
deleted file mode 100755 (executable)
index 7405c9a..0000000
--- a/cts/gui
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-host=`hostname`
-port="1234"
-
-./httpi $host $port &
-echo "Started webserver at http://$host:$port"
-
-until ./cts m htdocs/monitor > /dev/null; do
-    echo "Cts monitor crashed with exit code $?.  Respawning.." >&2
-    sleep 1
-done