Skip to content

Instantly share code, notes, and snippets.

@mapledyne
Created July 28, 2015 17:16
Show Gist options
  • Select an option

  • Save mapledyne/feed701590917470086c to your computer and use it in GitHub Desktop.

Select an option

Save mapledyne/feed701590917470086c to your computer and use it in GitHub Desktop.
Close open applications
tell application "System Events" to set quitapps to name of every application process whose visible is true and name is not "Finder"
repeat with closeall in quitapps
quit application closeall
end repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment