Skip to content

Instantly share code, notes, and snippets.

@itinance
Last active November 1, 2017 18:35
Show Gist options
  • Save itinance/beb02821ed54bea60ffca02d85b7c41d to your computer and use it in GitHub Desktop.
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
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