Skip to content

Instantly share code, notes, and snippets.

@mheap
Created May 3, 2010 16:43
Show Gist options
  • Save mheap/388300 to your computer and use it in GitHub Desktop.
Save mheap/388300 to your computer and use it in GitHub Desktop.
svn export http://svn.ellislab.com/CodeIgniter/trunk/ && mv trunk html && mv html/system . && mv system/application/ . && NEWHOST=`echo $PWD | awk -F"/" '{ print $4 }'` && sed -i s/example\.com/$NEWHOST/ application/config/config.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment