diff options
Diffstat (limited to 'Library/Contributions/examples/brew-upgrade.rb')
| -rwxr-xr-x | Library/Contributions/examples/brew-upgrade.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Contributions/examples/brew-upgrade.rb b/Library/Contributions/examples/brew-upgrade.rb deleted file mode 100755 index 3ffb570ac..000000000 --- a/Library/Contributions/examples/brew-upgrade.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Updates all outdated brews -# See: http://github.com/mxcl/homebrew/issues/issue/1324 - -require 'cmd/outdated' -require 'cmd/install' - -Homebrew.install_formulae Homebrew.outdated_brews.map{ |_keg, name, _version| Formula.factory name } |
