forked from gitbot/uguu
2 lines
61 B
Bash
2 lines
61 B
Bash
|
#! /bin/sh
|
||
|
find /path/to/files/ -mmin +1440 -exec rm -f {} \;
|