Skip to content

Instantly share code, notes, and snippets.

@SimonS
Created March 8, 2012 11:02
Show Gist options
  • Save SimonS/2000449 to your computer and use it in GitHub Desktop.
Save SimonS/2000449 to your computer and use it in GitHub Desktop.
quick start wordpress script
DEST=$1
WP='http://wordpress.org/latest.tar.gz'
wget $WP
tar zxvf latest.tar.gz
mv wordpress $DEST
rm latest.tar.gz
cd $DEST
svn co [SVN URL]/better_parent wp-content/themes/better_parent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment