#!/usr/bin/env sh

cd "$(dirname "$0")/.." || exit 1

docker-compose run --rm pdk "$@"
