Skip to content

Instantly share code, notes, and snippets.

@hoshinotsuyoshi
Created September 23, 2012 15:18
Show Gist options
  • Save hoshinotsuyoshi/3772007 to your computer and use it in GitHub Desktop.
Save hoshinotsuyoshi/3772007 to your computer and use it in GitHub Desktop.
rubyのTelnetライブラリはwindowsとPrompt部分の相性が悪い気がする
telnet = Net::Telnet.new("Host" => "localhost","Prompt" => /[$%#>]\z/n,"Output_log" => "Output_log.txt") {|c| print c}
#Promptはデフォルトを使わない
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment