Skip to content

Instantly share code, notes, and snippets.

@niw
Last active January 23, 2025 20:29
Show Gist options
  • 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