uguu/includes/check.sh

3 lines
68 B
Bash

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