Skip to content

Instantly share code, notes, and snippets.

@arthurpizza
Created April 30, 2015 16:12
Show Gist options
  • Save arthurpizza/4aa7895793fd340c6921 to your computer and use it in GitHub Desktop.
Save arthurpizza/4aa7895793fd340c6921 to your computer and use it in GitHub Desktop.
#! /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
@arthurpizza
Copy link
Author

I made this cause I'm lazy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment