#!/bin/sh

TMPDIR=${TMPDIR-/var/tmp}
RESULTDIR=${RESULTDIR-/tmp}

export TMPDIR RESULTDIR

cd /usr/local/libexec/unixbench

exec ./Run "$@"
