$subject = "=?UTF-8?B?".base64_encode("Сообщение с сайта Pixellab.cz")."?=";
$from = "pixellab.cz <noreply@pixellab.cz>";
$headers = "From: $from\r\n".
"Reply-To: $from\r\n".
"Return-Path: $from\r\n".
"Content-type:text/plain; charset = utf-8";
mail($to, $subject, $msg, $headers);
find . -name *.cpp -exec bash -c "myscript {} > {}.new && mv -f {}.new {}" \;