#!/bin/bash

script_path=$(dirname $0)
script_name=$(basename $0)
pbench_bin="$(dirname $(realpath ${script_path}))"

# source the base script
. "${pbench_bin}"/base

exec ${pbench_bin}/bench-scripts/${script_name}.pl ${*}
