# File lib/multiruby.rb, line 277
  def self.run(cmd)
    puts "Running command: #{cmd}"
    raise "ERROR: Command failed with exit code #{$?}" unless system cmd
  end