Skip to content

Instantly share code, notes, and snippets.

Created November 23, 2011 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/1390096 to your computer and use it in GitHub Desktop.
Save anonymous/1390096 to your computer and use it in GitHub Desktop.
#!/bin/bash
PY=`which python`
CFX="$HOME/code/jetpack/addon-sdk/bin/cfx"
#CFX="$HOME/code/jetpack/testing/addon-sdk-1.2b1/bin/cfx"
FF="/Applications/Aurora.app"
P="$HOME/Library/Application\ Support/Firefox/Profiles/b271f03z.Firebug"
$PY $CFX --binary=$FF --profiledir="$P" $@
#!/bin/bash
_PWD=`pwd`
mkdir -p "$_PWD/$1" && cd "$_PWD/$1" && jetpack init
echo "" > lib/main.js && echo "" > doc/main.md && echo "" > test/test-main.js && echo "" > ./README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment