mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-26 21:53:51 +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
|