#!/bin/bash ./record.sh -c "steinberg.json" & ./record.sh -c "webcam.json" & ./record.sh -c "capture.json" & ./video-record.sh -c "capture-video.json" & ./video-record.sh -c "video1.json" & ./video-record.sh -c "video4.json" & ./screen-record.sh -c "screen-right.json" & ./screen-record.sh -c "screen-left.json" &