/usr/bin/playall script
#/bin/bash
while [ 1 ]
do find -iname "$1" -print | while read i ; do xterm -e mplayer "$i" -fs ; done ; done
Information and Links
Join the fray by commenting, tracking what others have to say, or linking to it from your blog.

