#!/bin/sh
# blank line to be changed by installer
# blank line to be changed by installer

# ###############################################################
# Exceed Connection Server 2008
# Copyright (C) 1997-2008 Hummingbird Ltd.  All Rights Reserved.
# ###############################################################
# ecsinfo
# $Revision: 10408 $
# ###############################################################
 

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

