mplayer recursive play all files in directory

#!/bin/bash

find . -name "*.mp3" > playlist
mplayer -playlist playlist