brew/Library/Homebrew/cask/cmd/brew-cask.rb

13 lines
189 B
Ruby
Raw Normal View History

2016-08-18 22:11:42 +03:00
require "pathname"
$LOAD_PATH.unshift(File.expand_path("../../lib", Pathname.new(__FILE__).realpath))
require "hbc"
begin
Hbc::CLI.process(ARGV)
rescue Interrupt
puts
exit 130
end