#!/bin/sh
#or try
##!/bin/ksh
# $1 - the module file name with suffix (without any directory path)
# $2 - the module file name with suffix with directory path pointing to
#      the directory containing the include files
cp $1 $2
