Sha256: e028fb5a0851cb556b3e22fe62512f3a04f71d5835aa87155acb6421e2364bbc

Contents?: true

Size: 116 Bytes

Versions: 4

Compression:

Stored size: 116 Bytes

Contents

#!/usr/bin/env ruby -w

require 'shellmgr'

sh = Shell.new { |s| puts s }

while true do
  l = gets
  sh.puts l
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gmcmillan-xmpp4r-0.6.2 data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_test.rb
gmcmillan-xmpp4r-0.6.1 data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_test.rb
gmcmillan-xmpp4r-0.6 data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_test.rb
gmcmillan-xmpp4r-0.5 data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_test.rb