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