mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-23 01:04:05 +08:00
5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
export LD_LIBRARY_PATH="../../opendbc/can:$LD_LIBRARY_PATH"
|
|
exec ./_cabana "$@"
|