#!/bin/sh

# set global env setting
. /opt/jilroy/checkit//bin/env

if [ "$1" = "" ]
then
	echo	"Usage:runinventory DiscoveryRulesEntryName [ParametersFilePath]"


else
	$RUN_JAVA com.rj.discovery.Inventory $APP_CONFIG_FILE $1 $2 
fi


