#!/bin/sh
d=`dirname "$0"`
cd $d/../bin || exit 1
exec ./tsvnc "$@"
