op.sh: adb (#34468)

* add op adb

* adb_shell.sh

* su comma

* add to op output
This commit is contained in:
Mauricio Alvarez Leon
2025-02-22 11:24:03 -08:00
committed by GitHub
parent 5bc58e0b36
commit d15d77f7bb
2 changed files with 15 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env expect
spawn adb shell
expect "#"
send "cd usr/comma\r"
send "export TERM=xterm-256color\r"
send "su comma\r"
send "clear\r"
interact