Skip to content

Instantly share code, notes, and snippets.

@biilmann
Created March 16, 2010 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biilmann/334201 to your computer and use it in GitHub Desktop.
Save biilmann/334201 to your computer and use it in GitHub Desktop.
rots = IO.popen("rots")
a = rots.readline
Process.kill(9, rots.pid)
puts a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment