Skip to content

Instantly share code, notes, and snippets.

@patrickgill
Last active April 20, 2019 05:40
Show Gist options
  • Save patrickgill/c36c0aa907cb354f8b98bcc2251bae13 to your computer and use it in GitHub Desktop.
Save patrickgill/c36c0aa907cb354f8b98bcc2251bae13 to your computer and use it in GitHub Desktop.
quit an app in OS X
#Quit app with AppleScript
osascript -e 'quit app "TextEdit"'
#kill by TERM signal
killall 'TextEdit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment