Created
April 25, 2013 19:43
-
-
Save xenatt/5462545 to your computer and use it in GitHub Desktop.
Show Desktop App
license GPL
This file contains 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" | |
repeat with X in application processes | |
if visible of X is true then | |
set visible of X to false | |
else | |
set visible of X to true | |
end if | |
end repeat | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment