Last active
January 14, 2016 22:17
-
-
Save akofman/8f9125e3a25333abc44d to your computer and use it in GitHub Desktop.
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 "Transmit" | |
set myFave to item 1 of (favorites whose name is "s3.amazonaws.com") | |
tell current tab of (make new document at end) | |
connect to myFave with mount | |
close | |
end tell | |
end tell | |
tell application “Transmit” to quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment