Skip to content

Instantly share code, notes, and snippets.

@tcodes0
Last active January 26, 2019 02:23
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 tcodes0/69704b5170a4af8bba892dfa7bd24964 to your computer and use it in GitHub Desktop.
Save tcodes0/69704b5170a4af8bba892dfa7bd24964 to your computer and use it in GitHub Desktop.
quit working
#! /usr/bin/env bash
# quit working
osascript -e 'quit app "React Native Debugger"' 2>/dev/null
osascript -e 'quit app "Terminal"'
osascript -e 'quit app "iTunes"'
osascript -e 'quit app "Simulator"'
osascript -e 'quit app "Xcode"'
osascript -e 'quit app "Slack"'
osascript -e 'quit app "Google Chrome"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment