brew/Library/Homebrew/cask/cmd/brew-cask.rb
AnastasiaSulyagina e81f4ab7de init
2016-08-19 14:50:14 +03:00

13 lines
189 B
Ruby
Executable File

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