#!/bin/bash for TRAILER in $(cat $1) do /usr/bin/loading.sh mplayer -fs -zoom -really-quiet -user-agent "QuickTime/7.6.2" -cache 16000 $TRAILER done