sugoi/check.sh
Eric Johansson (neku) f156b6473e Create check.sh
2015-02-04 20:22:34 +01:00

3 lines
66 B
Bash

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