#! /bin/sh
#=========================================================================
# Copyright (C) GemTalk Systems 1986-2024.  All Rights Reserved.
#
# Name - stopstone.sh
#
#=========================================================================
if [ "x$GEMSTONE" = "x" ]; then
  echo "stopstone[Error]: GEMSTONE environment variable is not defined."
  exit 1
fi
exec "$GEMSTONE/sys/gem" stopstone "$@"
