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

6 lines
79 B
PHP

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