Skip to content

Instantly share code, notes, and snippets.

@Poogles
Last active September 14, 2016 14:02
Show Gist options
  • Save Poogles/7e65d67b7f97a6dd37f27bc35c6c4d92 to your computer and use it in GitHub Desktop.
Save Poogles/7e65d67b7f97a6dd37f27bc35c6c4d92 to your computer and use it in GitHub Desktop.
#!/bin/bash
ps aux | grep python | awk {'print $2'} | xargs sudo kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment