<?php
echo shell_exec('cd /var/golf');
echo shell_exec('sudo git pull 2>&1');
?>