aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/demo-cube-files.sh
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2015-12-06 20:28:02 +0100
committerMaZderMind <git@mazdermind.de>2015-12-06 20:28:57 +0100
commit39c8cb3a0e3813ef77c61c601d0028281c04ad2d (patch)
tree8e4798e9b70732f1c28f180457e962c63f1a20ec /example-scripts/demo-cube-files.sh
parentb2b0e458a59ef8ede58b369a5d5194939021165d (diff)
[example-scripts] overhaul and test all example scripts, fixes #5
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