#!/bin/sh
if [ -z "$1" ] ; then
echo "Error - must supply filename"
exit 1
fi
cp /home/ray/Projects/wordpress-dev/config-example "$1"