Skip to content

Instantly share code, notes, and snippets.

@noahbass
Created April 27, 2013 17:18
Show Gist options
  • Save noahbass/5473839 to your computer and use it in GitHub Desktop.
Save noahbass/5473839 to your computer and use it in GitHub Desktop.
A method to launch Airmech through an Applescript.
tell application "Google Chrome"
activate
open location "chrome-extension://hdahlabpinmfcemhcbcfoijcpoalfgdn/AirMech.html#"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment