1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00
uguu/src/static/scripts/checkfiles.sh
Go Johansson (neku) 3b940afe60 fixes
2023-01-01 12:53:42 +01:00

3 lines
79 B
Bash

#! /bin/sh
hours=$((XXX*60))
find /path/to/files/ -mmin +1440 -exec rm -f {} \;