Skip to content

Instantly share code, notes, and snippets.

@neurobashing
Created July 20, 2011 14:17
Show Gist options
  • Save neurobashing/1095041 to your computer and use it in GitHub Desktop.
Save neurobashing/1095041 to your computer and use it in GitHub Desktop.
Simple BBEdit Menu Script
on menuselect()
tell application "Transmit"
activate
end tell
set troof to true
return troof
end menuselect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment