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