module Compose

def run(cmd)

def run(cmd)
  Shell.run(BIN, cmd)
end