mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 14:22:06 +08:00
152115f652
version: sunnypilot v0.9.9 release date: 2025-03-17T05:04:51 master commit: fc9d5c7a89cfa529c7888a2b0a2c9a9040c684ba
9 lines
154 B
Bash
Executable File
9 lines
154 B
Bash
Executable File
#!/usr/bin/env expect
|
|
spawn adb shell
|
|
expect "#"
|
|
send "cd data/openpilot\r"
|
|
send "export TERM=xterm-256color\r"
|
|
send "su comma\r"
|
|
send "clear\r"
|
|
interact
|