#! /bin/bash
#
#  Invoke linked topaz for a Solo session using DataCurator 
#  on the default initial repository.
#  
if [ "a$GEMSTONE" = "a" ]; then
  echo "Error,  GEMSTONE environment variable must be defined"
  exit 1
fi
$GEMSTONE/bin/topaz -l -I $GEMSTONE/sys/topazSolo.ini -C 'GEM_SOLO_EXTENT=$GEMSTONE/bin/extent0.dbf' $*
exit $?
