#!/bin/sh

: ${DISTBB_CONF:=/usr/pkg/etc/distbb.conf}
. "$DISTBB_CONF"

export PATH=/usr/pkg/bin:"$PATH"

"$@"
