mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-08 17:03:41 +08:00
4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
exec ./_gpsd
|