mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
5 lines
91 B
Ruby
5 lines
91 B
Ruby
class Cask::SystemCommand
|
|
def self.run(command)
|
|
%x(#{command}).split("\n")
|
|
end
|
|
end
|