#/bin/sh

# $Id: cleanup,v 1.1 1997/11/23 23:47:22 crosser Exp $
#
# $Log: cleanup,v $
# Revision 1.1  1997/11/23 23:47:22  crosser
# Initial revision
#

cd /var/fido7/spool/e || exit 1

find . -type f -mtime +5 -print | xargs rm -f
