Skip to content

Instantly share code, notes, and snippets.

@onjin
Created July 7, 2018 20:41
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 onjin/b56f961f580e945cd26ed9235098091f to your computer and use it in GitHub Desktop.
Save onjin/b56f961f580e945cd26ed9235098091f to your computer and use it in GitHub Desktop.
<?php
file_put_contents('latest.zip', fopen('https://wordpress.org/latest.zip', 'r'));
system('unzip ./latest.zip');
system('rm ./latest.zip');
system('mv wordpress/* .');
system('rmdir wordpress');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment