#!/bin/sh
echo "Making all artwork files"
find ./* -type d -exec /usr/lib/wmcdplay/makeart {} \;
