mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
i'm not going to worry about backwards compatibility with Alfred 1.X - forward to the future! closes #18
5 lines
96 B
Ruby
5 lines
96 B
Ruby
class Cask::SystemCommand
|
|
def self.run(command)
|
|
%x(#{command} 2>&1).split("\n")
|
|
end
|
|
end
|