Skip to content

Instantly share code, notes, and snippets.

@masnick
Created April 28, 2015 14:57
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 masnick/b532d6d675b28e939e09 to your computer and use it in GitHub Desktop.
Save masnick/b532d6d675b28e939e09 to your computer and use it in GitHub Desktop.
Close all Finder windows except the front one
tell application "Finder"
repeat while window 2 exists
close window 2
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment