Skip to content

Instantly share code, notes, and snippets.

View exelxior's full-sized avatar

Binh Nguyen exelxior

  • Anaheim, California
View GitHub Profile
@exelxior
exelxior / wp-download.sh
Created July 5, 2016 16:07 — forked from HoundstoothSTL/wp-download.sh
Download Wordpress through terminal and cleanup
#!/bin/bash
#Download the latest copy of WordPress into a directory, grab all the files in the new /wordpress folder
#Put all the files in the current directory, remove the now empty /wordpress directory
#Remove the tarball
#download latest wordpress with wget
wget http://wordpress.org/latest.tar.gz
#OR using CURL