#!/bin/bash


find /home/server/ -name *.log -mtime +7 |xargs rm -f
find /home/game/ -name *.log -mtime +7 |xargs rm -f
