uguu/check.sh

3 lines
66 B
Bash
Raw Normal View History

2015-02-04 20:22:34 +01:00
#! /bin/sh
find /home/neku/www/files/ -mmin +30 -exec rm -f {} \;