#!/bin/bash echo "-> Merging the following clips: $*" /usr/bin/mpgtx -j $* -o merged_clips.mpg echo "-> Clips merged to: merged_clips.mpg"