#!/bin/sh
#
#	Wrapper to launch xtrkcad after setting up the environment.
#

XTRKCADLIB=/usr/lib/xtrkcad
export XTRKCADLIB

exec $XTRKCADLIB/xtrkcad
