Eu faria algo assim:
#!/bin/sh
#
/usr/bin/wget -q -nd --delete-after 'url of plugin to execute the file'
if [ $? = 0 ] ; then
/usr/bin/find /directory/ -mtime +15 -exec /bin/rm {} \; > /dev/null 2>&1
fi
sinta-se à vontade para modificá-lo para suas necessidades