1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00
uguu/includes/check.sh
Eric Johansson (neku) 43599d9a39 Create check.sh
2015-02-11 18:18:38 +01:00

3 lines
66 B
Bash

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