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