Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created February 18, 2016 01:44
Show Gist options
  • Select an option

  • Save j796160836/e56235d8575887f2a8a1 to your computer and use it in GitHub Desktop.

Select an option

Save j796160836/e56235d8575887f2a8a1 to your computer and use it in GitHub Desktop.
Send url scheme from mac to android phone
#!/bin/bash
adb shell am start -a android.intent.action.VIEW -d "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment