#!/bin/sh

BUILD=obj

if [ ! "${DRMAPPS}" ]; then
   DRMAPPS="${PWD}"/build/vcenter/"${BUILD}"/drm-apps
fi

"${DRMAPPS}"/runSimulator -g 1 "$@"
