#!/bin/sh
_file="$1"
if [ -z "$_file" ] ; then
_file="wp-dev-config"
fi
cp /home/ray/Projects/wordpress-dev/wp-dev-config "$(pwd)/$_file"