homebrew-cask-versions/lib/cask/system_command.rb
phinze ce94c6de2a update alfred linking to work with Alfred 2.0
i'm not going to worry about backwards compatibility with Alfred 1.X -
forward to the future!

closes #18
2013-05-11 13:53:10 -05:00

5 lines
96 B
Ruby

class Cask::SystemCommand
def self.run(command)
%x(#{command} 2>&1).split("\n")
end
end