2014-11-13 18:08:25 -08:00

6 lines
103 B
PHP

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