summaryrefslogtreecommitdiffstats
path: root/startDemo-d.sh
diff options
context:
space:
mode:
Diffstat (limited to 'startDemo-d.sh')
-rwxr-xr-xstartDemo-d.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/startDemo-d.sh b/startDemo-d.sh
new file mode 100755
index 0000000..131988c
--- /dev/null
+++ b/startDemo-d.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+if [ ! "$(whoami)" = "root" ]
+then
+ echo Warning you are not root, expect problems!
+fi
+
+
+./loadDriver-d.sh &
+
+sleep 3
+
+if [ -e ../../NetworkManager/Server/NetworkManager ]
+then
+../../NetworkManager/Server/NetworkManager config-d.xml &
+else
+./NetworkManager config-d.xml &
+fi
+
+sleep 5
+
+./VideoOnDemand -i ca14 -i ca16 -i ep03 -i ep04 -v &
+