HOWTO get OOPHM to properly launch Firefox on Mac

By default Googles OOPHM version of GWTShell fails to run firefox on Mac. This can be trivially solved with the following shell script:

#!/bin/bash
open -a Firefox $@

Save the above script to /usr/bin/firefox and chmod a+x /usr/bin/firefox