Created
April 10, 2012 12:25
-
-
Save rwilcox/2351038 to your computer and use it in GitHub Desktop.
Close and Saving front file in BBEdit
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
-- by Ryan Wilcox, in the Public Domain | |
tell application "BBEdit" | |
tell document 1 | |
close with saving -- "close without saving" is syntax for other way | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment