Skip to content

Instantly share code, notes, and snippets.

@roNn23
Forked from bjhess/close applications in alfred
Last active July 16, 2019 11:41
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 roNn23/9049041cdae28a5c14fdf4b565c73e31 to your computer and use it in GitHub Desktop.
Save roNn23/9049041cdae28a5c14fdf4b565c73e31 to your computer and use it in GitHub Desktop.
#alfred
on alfred_script(q)
tell application "Sequel Pro" to quit
tell application "Dash" to quit
tell application "Tower" to quit
tell application "iTerm" to quit
tell application "Sublime Text 2" to quit
end alfred_script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment