Skip to content

Instantly share code, notes, and snippets.

@joemasilotti
Last active October 17, 2020 11:28
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joemasilotti/8976081 to your computer and use it in GitHub Desktop.
Save joemasilotti/8976081 to your computer and use it in GitHub Desktop.
Kill iOS Simulator Zombie Processes
ps aux | grep _sim | grep -v grep | awk '{print $2}' | xargs kill -9 2>/dev/null
@marcusway
Copy link

thanks!!

@Apollorion
Copy link

This is absolutely amazing! Thank you!

@Seggev
Copy link

Seggev commented May 28, 2018

Working great! Thanks!

@nafisholeh
Copy link

it works... great job

@oreporan
Copy link

thanks!!

@dkjfdhgfjERTe164fyusdudaIQOE974VPCcnbhd

thanks! you destroy my iPhone!!!

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