#!/bin/bash
SOURCE_DIR=`realpath $0`
SOURCE_DIR=`dirname ${SOURCE_DIR}`
${SOURCE_DIR}/gridtracker2.bin "$@" --no-sandbox --enable-speech-dispatcher
