lib/wordmove/hosts/local_host.rb in wordmove-sshbump-0.1.3 vs lib/wordmove/hosts/local_host.rb in wordmove-sshbump-0.1.4

- old
+ new

@@ -31,9 +31,10 @@ protected def shell_command(*args) options = args.extract_options! + puts "Commands: #{args.inspect}" command = Escape.shell_command(args) if options[:stdin] command += " < #{options[:stdin]}" end if options[:stdout]