# File lib/knife-solo/tools.rb, line 3
    def system!(*command)
      raise "Failed to launch command #{command}" unless system(*command)
    end