Created
July 28, 2015 17:16
-
-
Save mapledyne/feed701590917470086c to your computer and use it in GitHub Desktop.
Close open applications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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