#!/usr/bin/env sh

currentdir=`pwd`
tnetpath="`expr "$0" : '\(.*\)/'`"
cd "$tnetpath/.."
java -Xms32m -Xmx512m -jar TimeNET.jar
cd "$currentdir"
