Created
December 13, 2020 03:04
-
-
Save praveeno/711cc2bfc091d62757a38f2479e8324f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb forward tcp:9222 localabstract:chrome_devtools_remote | |
curl http://localhost:9222/json/list | jq -r " .[] | \[\" + .title + \"](\" + .url + \")\"" > mobile.tabs.md | |
curl -X POST mobile.tabs.md -u username:mypassword https://api.github.com/gists |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment