Skip to content

Instantly share code, notes, and snippets.

Created May 27, 2012 16:35
Show Gist options
  • Save anonymous/2814990 to your computer and use it in GitHub Desktop.
Save anonymous/2814990 to your computer and use it in GitHub Desktop.
#!/bin/bash
GAIA_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
NIGHTLY="/Applications/FirefoxNightly.app/Contents/MacOS/firefox"
# DEBUG=1 make && $NIGHTLY -profile "$GAIA_DIR/profile" -no-remote http://homescreen.gaiamobile.org:8080
$NIGHTLY -profile "$GAIA_DIR/profile" -no-remote http://homescreen.gaiamobile.org:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment