Skip to content

Instantly share code, notes, and snippets.

@lastguest
Forked from mmgj/Download WP.txt
Last active September 6, 2017 09:42
Show Gist options
  • Save lastguest/4771941 to your computer and use it in GitHub Desktop.
Save lastguest/4771941 to your computer and use it in GitHub Desktop.
[Download WP]
#!/bin/sh
wget http://wordpress.org/latest.zip && unzip latest.zip ; mv wordpress/* ../* ; rm -rf wordpress ; rm latest.zip ; exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment