#!/bin/sh

########################################################################
#                 copyright 2001, Amoco Production Company             #
#                             All Rights Reserved                      #
#                     an affiliate of BP America Inc.                  #
########################################################################

#
# - hacked this from usp_d_stamp for the FreeUSP release. The mbsdate.h
#   used by the old MBS Mig codes was slightly different - Joe Wade
#
# if ( -e mbsdate.h) "rm" mbsdate.h
set clobber
echo "      write(LPRT,*)'**************************************'" > mbsdate.h
echo "      write(LPRT,*) ppname,'  Modified... '" >> mbsdate.h
echo "      write(LPRT,*) " >> mbsdate.h
echo "     1  '`date`'" >> mbsdate.h
echo "      write(LPRT,*)'**************************************'" >> mbsdate.h
echo "      write(LPRT,*)' '" >> mbsdate.h
touch mbsdate.h
exit 0
