#!/bin/bash

export PYTHONPATH=`pwd`
export LD_LIBRARY_PATH=/usr/lib/firefox
export MOZILLA_FIVE_HOME=/usr/lib/firefox

python cf/__init__.py $*

