#!/bin/bash -ex
ROOT=$(dirname $0)
export PYTHONPATH=$(cd "$ROOT"/.. && pwd):$PYTHONPATH
exec kernprof -l -v "$ROOT"/ndscope "$@"
