#!/usr/bin/env bash
export PYTHONPATH="$PYTHONPATH:../swig/python"
cd `dirname $0`
exec ./nested_exec.py $@
