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.
Cheaterliste/webhook.php

5 lines
81 B
PHP
Raw Normal View History

<?php
echo shell_exec('cd /home/vac');
echo shell_exec('sudo git pull 2>&1');
2017-04-28 21:36:09 +00:00
?>