#!/bin/sh
PREFIX=/usr/local
java -classpath ${PREFIX}/lib/tlogview.jar tlogview $*
