#!/bin/sh find /mnt/Server/.recycle/* -atime +30 -delete find /mnt/Server/.recycle/ -type d -empty -delete