uguu/check.sh

3 lines
66 B
Bash

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