Skip to content

Instantly share code, notes, and snippets.

@runa
Created October 31, 2011 21:33
Show Gist options
  • Save runa/1329024 to your computer and use it in GitHub Desktop.
Save runa/1329024 to your computer and use it in GitHub Desktop.
send signal to running tor daemon
module Tor
class Controller
def signal(name)
send_command(:signal,name)
read_reply
end
end
end
@apoorvparijat
Copy link

Oh you did.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment