Skip to content

Instantly share code, notes, and snippets.

@davidlee
Created September 20, 2009 23:47
Show Gist options
  • Save davidlee/189989 to your computer and use it in GitHub Desktop.
Save davidlee/189989 to your computer and use it in GitHub Desktop.
script/firefox for selenium firefox path
#!/bin/sh
export FIREFOX=/Applications/Firefox.app
/usr/bin/open $FIREFOX $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment