mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 08:16:03 +08:00
op.sh: adb (#34468)
* add op adb * adb_shell.sh * su comma * add to op output
This commit is contained in:
committed by
GitHub
parent
5bc58e0b36
commit
d15d77f7bb
Executable
+8
@@ -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
|
||||
Reference in New Issue
Block a user