forked from Cliffbreak/Time-Service
5 lines
93 B
PHP
5 lines
93 B
PHP
|
<?php
|
||
|
echo shell_exec('cd /var/www/time-service');
|
||
|
echo shell_exec('sudo git pull 2>&1');
|
||
|
?>
|