#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
MONO_ENABLE_SHM=1 mono $DIR/../lib/bxusb/bxusb_gui.exe $@

