#!/bin/bash
poll_lst=/etc/qstream/mpeg/poll.lst if [ -f $poll_lst ] then for cf in `cat $poll_lst` ; do /usr/bin/qstream-mpeg < /etc/qstream/mpeg/$cf done fi