#!/bin/sh
#
# File:		SNMPCheck.sh
#
# Product:	Tivoli Module
# Description:	Shell Script
# Author:		Module Generator
#
# Generated:	
#
# (C) COPYRIGHT Tivoli Systems, Inc., 1997
# All Rights Reserved
# Licensed Material - Property of Tivoli Systems, Inc.
#
rc=0

exedir=$UMS_HOME/TME/bin
"$exedir/ProcessCheck" SNMP.exe UMSSNMP.dll

exit $rc
