Skip to content

Instantly share code, notes, and snippets.

@miaubiz
Created April 13, 2012 13:18
Show Gist options
  • Save miaubiz/2376794 to your computer and use it in GitHub Desktop.
Save miaubiz/2376794 to your computer and use it in GitHub Desktop.
connecting to the internets with your phone and bluetooth
tell application "System Events"
tell process "SystemUIServer"
tell (menu bar item 1 of menu bar 1 whose description is "bluetooth")
click
tell (menu item "My Phone" of menu 1)
click
tell (menu "My Phone")
click menu item "Connect to Network"
end tell
end tell
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment