#!/usr/bin/env bash
SCRIPTDIR=`dirname $0`      
find ${SCRIPTDIR}/../../cache/{upload,sprites} -mindepth 1 -cmin +240 -print0 | xargs -0 rm -fr

