mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
3 lines
79 B
Bash
3 lines
79 B
Bash
#! /bin/sh
|
|
hours=$((XXX*60))
|
|
find /path/to/files/ -mmin +1440 -exec rm -f {} \; |