#!/bin/sh

# Invoke bin/ots_gui

TAXSOLVEDIR=`dirname $0`
${TAXSOLVEDIR}/bin/ots_gui

