forked from gitbot/uguu
3 lines
68 B
Bash
3 lines
68 B
Bash
#! /bin/sh
|
|
find /home/neku/www/files/ -mmin +1440 -exec rm -f {} \;
|