# File lib/net/ssh/shell.rb, line 90
      def execute!(command, &callback)
        process = execute(command, &callback)
        wait!
        process
      end