#!/bin/bash
echo $1
echo $2
echo $1$2
cd $1 
/opt/toec/toecscanner/bin/Scanner/zip -r -m $1$2 Doc_0/ OFD.xml
echo "zip ok exit"
exit 0

