#!/bin/sh
#-------------------------------------------------------------------------------
# All Rights Reserved, Copyright (C) 2003, NEC Soft, Ltd.
# ++
# Facility :	
# History  :
#               2006/09/12      first written by isoya
#-------------------------------------------------------------------------------
# our $VERSION = '0.01';
BNAME=`basename $0`
DIR=`echo $0 | sed s/$BNAME$//`
PATH=$PATH:$DIR
#-------------------------------------------------------------------------------
wms_callfunc.pl `/bin/basename $0`
exit $?

