Skip to content

Instantly share code, notes, and snippets.

@groves
groves / install_homebrew.rb
Created April 11, 2010 21:01 — forked from mxcl/install_homebrew.markdown
Recursively chowns and chgrps
#!/usr/bin/ruby
#
# I deliberately didn't DRY /usr/local references into a variable as this
# script will not "just work" if you change the destination directory. However
# please feel free to fork it and make that possible.
#
# If you do fork, please ensure you add a comment here that explains what the
# changes are intended to do and how well you tested them.
#
# 11th April 2010: