aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/demo-cube-files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'example-scripts/demo-cube-files.sh')
-rwxr-xr-xexample-scripts/demo-cube-files.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/example-scripts/demo-cube-files.sh b/example-scripts/demo-cube-files.sh
deleted file mode 100755
index 978c91e..0000000
--- a/example-scripts/demo-cube-files.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-../voctocore.py -vv &
-PID=$!
-echo "PID=$PID"
-sleep 1
-./av-source-cam1.sh &
-./av-source-cam2.sh &
-./av-source-background-loop.py &
-./av-record-output-ffmpeg-timestamps.sh &
-./av-stream-hd.sh &
-./demo-cycle-modes.sh &
-while true; do sleep 1; done
-kill $PID
-wait