Skip to content

Instantly share code, notes, and snippets.

@niw
Last active October 9, 2022 00:47
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 niw/3dd6713411a7ace7d33214bc613c2a63 to your computer and use it in GitHub Desktop.
Save niw/3dd6713411a7ace7d33214bc613c2a63 to your computer and use it in GitHub Desktop.
sudo launchctl list | grep CoreSimu | awk '{print $3}' | xargs -n1 sudo launchctl remove; \
launchctl list | grep CoreSimu | awk '{print $3}' | xargs -n 1 launchctl remove; \
sleep 5; \
ps auxww | grep -i '[c]oresimu'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment