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