2014-11-14 09:29:13 -08:00

8 lines
95 B
PHP

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