#!/bin/sh find . -name "*.mp3" -print > ./playlist.txt mplayer -playlist ./playlist.txt