#!/bin/sh

# tmp dir clean, 240 minutes (every file)
find /var/store2/webtemp/ -type f -cmin +240 -delete

exit 0
