2014-11-13 18:07:52 -08:00

6 lines
96 B
PHP

<?php
exec('/usr/bin/sudo -u deploy /home/server/deploy/gitfetch.sh', $o);
print_r($o);
exit;