#!/bin/bash
DIR=$(dirname "$0")

# Specifying -b as an argument to this script will override the value below.
exec "$DIR"/../libexec/dbgen -b "$DIR"/../share/tpc-h/dists.dss "$@"
