sugoi/includes/check.sh
Eric Johansson (neku) 3ecd47176b fix delete time
24 hours instead of 30 minutes
2015-12-15 17:31:20 +01:00

3 lines
68 B
Bash

#! /bin/sh
find /home/neku/www/files/ -mmin +1440 -exec rm -f {} \;