#!/bin/sh

set -e
set -u

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

source "${wd}/support/shell.sh";

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