#!/bin/bash
# -*- mode: shell-script; coding: utf-8 -*-
#
# Copyright 2002-2014 Cendio AB.
# For more information, see http://www.cendio.com

origin=`(cd "\`dirname \"$0\"\`"; pwd)`
exec "${origin}/../bin/hivetool" -r "${origin}/../etc/thinlinc.hconf" "$@"
