Created
April 30, 2015 16:12
-
-
Save arthurpizza/4aa7895793fd340c6921 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
cd /Applications/MAMP/htdocs | |
wget http://wordpress.org/latest.zip | |
unzip latest.zip | |
rm latest.zip | |
cd wordpress/ | |
mv * .. | |
cd .. | |
rmdir wordpress/ | |
mv wp-config-sample.php wp-config.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made this cause I'm lazy.