Skip to content

Instantly share code, notes, and snippets.

@lymanlai
Created August 23, 2012 17:01
Show Gist options
  • Save lymanlai/3438742 to your computer and use it in GitHub Desktop.
Save lymanlai/3438742 to your computer and use it in GitHub Desktop.
get wp, and unpack
<?php
file_put_contents('wp.tar.gz',file_get_contents('http://wordpress.org/latest.tar.gz'));
exec('tar -xf wp.tar.gz');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment