diff options
author | MaZderMind <git@mazdermind.de> | 2015-11-26 22:48:22 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-11-26 22:48:22 +0100 |
commit | 6813759926272c46c090c0c9d2798154ced9e8ac (patch) | |
tree | 6211ee7cfbad6e389eec9d8b85ad9d52ebc7a1f9 /example-scripts | |
parent | d143d33c8a39a99231b5de533e2e9a241ee9864d (diff) |
[example scripts] use simpler .sh looping-script
Diffstat (limited to 'example-scripts')
-rwxr-xr-x | example-scripts/demo-local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-scripts/demo-local.sh b/example-scripts/demo-local.sh index 3a82f39..440c979 100755 --- a/example-scripts/demo-local.sh +++ b/example-scripts/demo-local.sh @@ -6,7 +6,7 @@ echo "PID=$PID" sleep 1 ./av-source-cam1.sh & ./av-source-cam2.sh & -./av-source-background-loop.py & +./av-source-background-loop.sh & ./av-record-output-ffmpeg.sh & #./av-stream-hd.sh & ./demo-cycle-modes.sh & |