startParser.sh: cd /usr/local/clientreport php /usr/local/clientreport/parser/entry.php &
crontab: 58 11 * * * root sh /usr/local/clientreport/startParser.sh &
entry.php: <?php require_once 'fileparser.php'; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ $object = new FileParser; $object->parserFile(); ?> ~