add simple script to create config file
This commit is contained in:
parent
462d529a58
commit
d947f564e9
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -z "$1" ] ; then
|
||||
echo "Error - must supply filename"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cp /home/ray/Projects/wordpress-dev/config-example "$1"
|
||||
|
||||
|
Loading…
Reference in New Issue