mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-01 14:16:48 +08:00
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
exec ./_ui
|
|
|