Last active
January 23, 2025 20:29
-
-
Save niw/3dd6713411a7ace7d33214bc613c2a63 to your computer and use it in GitHub Desktop.
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
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