#!/bin/sh

p=`dirname $0`
path=`cd $p; pwd`
exec ${path}/python.py "$@"

