mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
9 lines
149 B
Bash
Executable File
9 lines
149 B
Bash
Executable File
#!/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
|