Created
          August 28, 2014 03:14 
        
      - 
      
- 
        Save dalethestirling/3d98dfb474d1d3ab5f81 to your computer and use it in GitHub Desktop. 
    Kill Google Chrome threads on a mac when hung
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ps aux | grep Chrome.app | awk -F ' ' '{ print $2 }' | xargs -I {} kill -9 {} | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment