4 lines
81 B
PHP
4 lines
81 B
PHP
<?php
|
|
echo shell_exec('cd /home/vac');
|
|
echo shell_exec('sudo git pull 2>&1');
|
|
?>
|