This Blog is proudly hosted by Now Blogging

/usr/bin/playall script

Posted by debianstable on 04 June, 2008 16:50

#/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.