wordpress-dev/create-config.sh

12 lines
144 B
Bash
Executable File

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