#!/bin/sh

BASE="${0%/*}"
which cygpath 2>/dev/null >/dev/null && BASE="`cygpath -m "$BASE"`"

java -jar "$BASE/tinyviz.jar" "$@"

