#!/bin/sh

find /www/perhost/ -type f -exec truncate -s 0 {} \;
