mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
6 lines
193 B
Ruby
Executable file
6 lines
193 B
Ruby
Executable file
# this file expects to be required from within homebrew's ruby environment
|
|
|
|
$LOAD_PATH << File.expand_path('../../lib', Pathname.new(__FILE__).realpath)
|
|
require 'cask'
|
|
|
|
Cask::CLI.process(ARGV)
|