deploy.php 249 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 <?php function execPrint($command) { $result = shell_exec($command." 2>&1"); echo $result; } echo "<pre>"; execPrint("/usr/bin/git pull https://if415014@students.del.ac.id:dreamon1*@gitlab.del.ac.id/juliper19/Test.git master"); echo "</pre>"; ?>