mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
2 lines
61 B
Bash
2 lines
61 B
Bash
#! /bin/sh
|
|
find /path/to/files/ -mmin +1440 -exec rm -f {} \; |