-
-
Save itinance/beb02821ed54bea60ffca02d85b7c41d to your computer and use it in GitHub Desktop.
/usr/local/bin/k : kills Xcode and any react native packager including visual studio code
This file contains 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
killall node | |
killall Terminal | |
killall Xcode | |
kill -9 $(pgrep Electron) | |
kill -9 $(pgrep Simulator) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment