Skip to content

Instantly share code, notes, and snippets.

@tcodes0
Last active January 26, 2019 02:23
Show Gist options
  • Select an option

  • Save tcodes0/69704b5170a4af8bba892dfa7bd24964 to your computer and use it in GitHub Desktop.

Select an option

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