#!/bin/sh
#-------------------------------------------------------------------------------
# All Rights Reserved, Copyright (C) 2003, NEC Soft, Ltd.
# ++
# Facility :	
# History  :
#               2003/10/31      first written by Yoshiki hanatani
#-------------------------------------------------------------------------------
# our $VERSION = '0.01';
TG=`echo $0 | sed 's/\/.*$//'`;CUR=`pwd`;PATH=$PATH:$CUR/$TG
#-------------------------------------------------------------------------------
if [[ $# == 1 ]]; then
	export WMS_RESTORE_ID=$1
else
	echo "usage: wms_restore_bkmail login_id"
	exit 1;
fi


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

