Skip to content

Instantly share code, notes, and snippets.

@biilmann
Created September 4, 2009 16:52
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/180990 to your computer and use it in GitHub Desktop.
Save biilmann/180990 to your computer and use it in GitHub Desktop.
# Run rotr server
pipe = IO.popen('rots')
at_exit do
Process.kill 'TERM', pipe.pid
pipe.close
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment