Commit 90b28dee by Juliper

no message

parent bd7acdec
<?php
function execPrint($command) {
$result = shell_exec($command." 2>&1");
echo $result;
}
echo "<pre>";
execPrint("/usr/bin/git clone https://if415014@students.del.ac.id:dreamon1*@gitlab.del.ac.id/juliper19/Test.git");
echo "</pre>";
?>
\ No newline at end of file
<?php
function execPrint($command) {
$result = shell_exec($command." 2>&1");
echo $result;
}
echo "<pre>";
execPrint("/usr/bin/git pull https://if415014:dreamon1*@gitlab.del.ac.id/juliper19/pa2d4ti06.git");
echo "</pre>";
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment