This repository has been archived on 2023-11-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
feuille/cron/purge.cron

2 lines
78 B
Text
Raw Normal View History

0 0 * * * find /var/www/feuille -type f -mtime +7 -exec rm {} +