echo $0
cd "$(dirname "$0")"
echo INICIO $0 $(date)

. ./config.cfg

antes="$(date '+%Y-%m-%d 00:00:00')"
echo ANTES $antes
find $web_path -type f -not -newermt "$antes" -delete
##find /var/www/nube1.on.gt/gfs -type f -not -newermt "$antes" -delete
##find /home/neavilag/projects/GOES/down -type f -not -newermt "$antes" -delete
