#!/bin/bash
. /etc/autobench.conf || . functions

# Try to install the command if it's not in $AUTODIR
getcommand $1

log Running setup command "$@"

"$@"
