<?php
    $command = escapeshellcmd('/www/vdr/asset/publications/realomat/parser.py');
    $output = shell_exec($command);
    echo $output;
?>
