Add 'brew reinstall' command.
This commit is contained in:
parent
4aacf5400e
commit
ddaf891add
9
Library/Homebrew/cmd/reinstall.rb
Normal file
9
Library/Homebrew/cmd/reinstall.rb
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
require 'cmd/uninstall'
|
||||||
|
require 'cmd/install'
|
||||||
|
|
||||||
|
module Homebrew extend self
|
||||||
|
def reinstall
|
||||||
|
self.uninstall
|
||||||
|
self.install
|
||||||
|
end
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user