#!/bin/sh
#
# Wrapper script for Insight
#
export GDBTK_LIBRARY=/usr/share/insight1.0
exec insight-bin $@
