# File lib/chef/solr/solr_installer.rb, line 348
    def sh(*args)
      opts = args[1, args.size - 1]
      opts_msg = opts.empty? ? '' : " #{opts.to_s}"
      say "#{args.first}#{opts_msg}"
      shell_out!(*(args << {:cwd => false})) unless config.noop?
    end