Skip to content

Instantly share code, notes, and snippets.

@mtinra
Created November 30, 2015 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtinra/21db383798bda5d4e412 to your computer and use it in GitHub Desktop.
Save mtinra/21db383798bda5d4e412 to your computer and use it in GitHub Desktop.
wget http://wordpress.org/latest.tar.gz
tar xfz latest.tar.gz
mv wordpress/* ./
rmdir ./wordpress/
rm -f latest.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment