#!/bin/sh

set -e
set -u

wd="$(cd "$(dirname "$0")/.." && pwd)";

export PYTHONPATH="$(${wd}/run -p)";

"${wd}/../pydoctor-0.3/bin/pydoctor" "$@";
