#!/bin/sh

if [ "$#" -ne 1 ]
then
   prgName=`basename $0`
   echo "Usage: $prgName YYMMDD"
   exit 1
fi

date=$1

if [ -d mdprep.intra.$date ]
then
   echo "mdprep.intra.$date exists."
   echo "Please deal with this and run again."
   exit
fi


echo "monomer"
domdprep.f36g f36g.upl 
mv mdprep mdprep.monomer.$date

