Skip to content

Instantly share code, notes, and snippets.

@dwi2
Created December 16, 2015 03:14
Show Gist options
  • Save dwi2/748ce2c68afcc343ce21 to your computer and use it in GitHub Desktop.
Save dwi2/748ce2c68afcc343ce21 to your computer and use it in GitHub Desktop.
b2g-desktop
#! /bin/bash
# open WEBIDE
pkill firefox-bin
/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox-bin --webide -new-tab &
/Applications/B2G.app/Contents/MacOS/b2g-bin -start-debugger-server 6000 $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment