wordpress-dev/create-config.sh

11 lines
140 B
Bash
Raw Normal View History

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