#!/bin/sh
#added by installer
Installpath=/data/Exceed_Connection_Server_13.7

# ####################################################################
# Exceed Connection Server 13.7
# Copyright (c) 1997-2009 Open Text Corporation. All Rights Reserved.
# ####################################################################
# ecsinfo
# $Revision: 13974 $
# ####################################################################
 

PROG_NAME=$0
export PROG_NAME

cd ${Installpath}/bin
exec ${Installpath}/bin/sys/cli info ${Installpath}/conf/admin/node.cfg ${1+"$@"}
