#!/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
#-------------------------------------------------------------------------------

if [[ $# == 1 ]]; then
	export WMS_USERDB=$1
else
	echo "usage: wms_dump_userdb userdb"
	exit 1;
fi

wms_callfunc.pl `/bin/basename $0`
exit $?

