#! /bin/bash

input="$1"
output="$2"
echo "Procprocessing $input to produce $output"
cp $input $output
