op: better adb SSH (#35135)

* op: better adb SSH

* fix
This commit is contained in:
Adeeb Shihadeh
2025-05-06 10:21:23 -07:00
committed by GitHub
parent 5c1f28591f
commit ddb19cc074
3 changed files with 8 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
# this is a little nicer than "adb shell" since
# "adb shell" doesn't do full terminal emulation
adb forward tcp:2222 tcp:22
ssh comma@localhost -p 2222