#! /bin/bash
/usr/bin/find /var/log/nat -maxdepth 1 -type d -mtime +1 -exec  /bin/rm -rf {} \;
