Skip to content

Instantly share code, notes, and snippets.

@jeffgca
Forked from anonymous/gist:2814990
Created May 27, 2012 16:35
Show Gist options
  • Save jeffgca/2814991 to your computer and use it in GitHub Desktop.
Save jeffgca/2814991 to your computer and use it in GitHub Desktop.
shell script for starting Firefox nightly & Gaia
#!/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
# if you don't want to re-do gaia
# $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