Skip to content

Instantly share code, notes, and snippets.

@akofman
Last active January 14, 2016 22:17
Show Gist options
  • Save akofman/8f9125e3a25333abc44d to your computer and use it in GitHub Desktop.
Save akofman/8f9125e3a25333abc44d to your computer and use it in GitHub Desktop.
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