Skip to content

Instantly share code, notes, and snippets.

@hereswhatidid
Created February 15, 2014 05:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hereswhatidid/9014959 to your computer and use it in GitHub Desktop.
Save hereswhatidid/9014959 to your computer and use it in GitHub Desktop.
Windows batch file for getting the latest WordPress core files
wget64 http://wordpress.org/latest.tar.gz
7z e latest.tar.gz & 7z x latest.tar
robocopy wordpress ./ /MOVE /E
del latest.tar
del latest.tar.gz
ren 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