#!/bin/bash

export PYTHONPATH=`pwd`
python cf/__init__.py $*

