#!/bin/sh

# delete old modem_log and clocking_log files

find /var/sqllog/ -type f -mtime +364 -delete
# find '/var/sqllog/clocking*' -mtime +10 -type f -delete
