intent.cool/src/static/scripts/checkfiles.sh

2 lines
61 B
Bash
Raw Normal View History

2022-09-24 01:40:52 +00:00
#! /bin/sh
find /path/to/files/ -mmin +1440 -exec rm -f {} \;