#!/bin/sh if [ $# -eq 0 ]; then echo "usage: mkpl directory" >&2 exit 1 fi find $1 -name '*.mp3' .