#!/bin/sh
TMPDIR=${TMPDIR-/var/tmp}
RESULTDIR=/tmp
export TMPDIR RESULTDIR
cd /usr/local/lib/bytebench
exec ./Run "$@"
