#!/bin/sh

GGOBI_HOME=${GGOBI_HOME-/scisoft/ggobi}

. ${GGOBI_HOME}/bin/setLD.bsh

${GGOBI_HOME}/bin/ggobi.bin "$@"
