#!/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';
PATH=$PATH:/home/witchymail/wm_current/sbin
#-------------------------------------------------------------------------------
wms_callfunc.pl `/bin/basename $0`
exit $?

