Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
require 'fileutils'
def fail!(msg = "Failure!")
puts(msg)
exit(1)
end
REPOSITORY_URL = 'git://github.com/plastictrophy/homebrew.git'
PACKAGE_URL = 'http://github.com/plastictrophy/homebrew/tarball/masterbrew'
#!/usr/bin/env ruby
require 'fileutils'
def fail!(msg = "Failure!")
puts(msg)
exit(1)
end
REPOSITORY_URL = 'git://github.com/mexpolk/homebrew.git'
PACKAGE_URL = 'http://github.com/mexpolk/homebrew/tarball/master'