#!/bin/sh -f
#
# Copyright 1994 Sun Microsystems, Inc. All Rights Reserved.
# Copyright 1993 Sun Microsystems, Inc. All Rights Reserved.
#	This command execs a particular command and pauses briefly
#	if it terminates with a non-zero exit code.  It is intended
#	to be used within a cmdtool window to allow any generated
#	error messages to be displayed before the cmdtool disappears.
#
SCCSID="@(#)snm_exec	2.17 08/29/94 (c) 1990 Sun Microsystems Inc"

echo

eval "$@"
echo
echo "Press <return> to continue..."
read nil
