Skip to content

Instantly share code, notes, and snippets.

@thulio
Last active December 20, 2015 09:29
Show Gist options
  • Save thulio/6108161 to your computer and use it in GitHub Desktop.
Save thulio/6108161 to your computer and use it in GitHub Desktop.
Processo zumbi do Firefox/PhantomJS
#!/usr/bin/env ipython
import splinter
import subprocess
b = splinter.browser.Browser()
subprocess.Popen(["pkill", "-f", "ipython"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment