Drush core quick Drupal on OS X

Drush quick Drupal was failing to create a webserver on OS X 10.8 (Mountain Lion).

$ drush qd d7
...
sh: php-cgi: command not found
 

The solution is to link php-cgi to the place Drush expects.

$ ln -s /usr/local/php5/bin/php-cgi /usr/local/bin/php-cgi