Archived
4
1
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Minigolf/webhook.php
2017-06-18 18:33:57 +02:00

4 lines
81 B
PHP

<?php
echo shell_exec('cd /var/golf');
echo shell_exec('sudo git pull 2>&1');
?>