developer's diary

最近はc#のエントリが多いです

phpで非同期処理実行

http://code.nanigac.com/source/view/406

<?php
shell_exec('/tmp/hugahoge.sh > /dev/null 2>&1 &');