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

5 lines
81 B
PHP
Raw Normal View History

2017-06-18 16:33:57 +00:00
<?php
echo shell_exec('cd /var/golf');
echo shell_exec('sudo git pull 2>&1');
?>