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