Skip to content

Instantly share code, notes, and snippets.

@beardedinbinary
Created February 4, 2015 20:08
Show Gist options
  • Save beardedinbinary/265ae9f24ac09749a1f2 to your computer and use it in GitHub Desktop.
Save beardedinbinary/265ae9f24ac09749a1f2 to your computer and use it in GitHub Desktop.
#!/bin/bash
#Download latest WordPress and uncompress
wget http://wordpress.org/latest.tar.gz
tar zxf latest.tar.gz
mv wordpress/* ./
wget https://github.com/interconnectit/Search-Replace-DB/archive/master.zip
unzip Search-Replace-DB-master.zip
mv Search-Replacy-DB-master srdb
rm Search-Replace-DB-master.zip
# Tidy up
rmdir wordpress
rm latest.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment