2 lines
66 B
Bash
2 lines
66 B
Bash
#! /bin/sh
|
|
find /home/neku/www/files/ -mmin +30 -exec rm -f {} \;
|
#! /bin/sh
|
|
find /home/neku/www/files/ -mmin +30 -exec rm -f {} \;
|