2edfc7c6 by Jeff Balicki

e

1 parent 406590b8
<?php
echo 'working <br/>';
echo 'working';
$output = shell_exec("sudo git pull");
echo $output;
echo "<pre>$output</pre>";
die("done " . mktime());
......