Current File : //usr/local/scripts/limpeza.sh
#!/bin/bash

#rm -rfv /web/*
find /web/* -ctime +3 -exec rm {} \;

rm -rf /home/*/.cagefs/var/cache/eaccelerator/
#rm -rfv /home/*/softaculous_backups/*
#find /home/*/public_html -name error_log -size +50M -exec truncate -s 50M {} \;
find /home*/* -maxdepth 2 -name error_log -size +50M -exec truncate -s 50M {} \;