playing subdirectories with mplayer ver. 2 :)

#!/bin/bash
find `pwd`$1 > /tmp/playlist
mplayer -loop 0 -shuffle -playlist /tmp/playlist


it works better.