Skip to content

Instantly share code, notes, and snippets.

@nikolay-govorov
Created June 11, 2020 17:15
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 nikolay-govorov/b1b53444dc42b50d32ca4e4eb0692bdd to your computer and use it in GitHub Desktop.
Save nikolay-govorov/b1b53444dc42b50d32ca4e4eb0692bdd to your computer and use it in GitHub Desktop.
#!/bin/bash
ps ux | grep '[C]hrome Helper --type=renderer' | grep -v extensions-process | tr -s ' ' | cut -d ' ' -f2 | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment