#!/bin/sh
#-------------------------------------------------------------------------------
# All Rights Reserved, Copyright (C) 2003, NEC Soft, Ltd.
# ++
# Facility :	
# History  :
#               2003/04/7      first written by Goro Asahina
#-------------------------------------------------------------------------------
# our $VERSION = '0.01';
TG=`echo $0 | sed 's/\/.*$//'`;CUR=`pwd`;PATH=$PATH:$CUR/$TG
#-------------------------------------------------------------------------------
wms_callfunc.pl `/bin/basename $0`
exit $?

