Skip to content

Instantly share code, notes, and snippets.

@skorfmann
Created October 12, 2010 22:56
Show Gist options
  • Save skorfmann/623078 to your computer and use it in GitHub Desktop.
Save skorfmann/623078 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'popen4' #http://popen4.rubyforge.org/
IO.popen("wall", "w") do |io|
io.write "hello from ruby"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment