mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 21:42:05 +08:00
2d49d819d3
old-commit-hash: 7006230e0885d3da26c034517660f566c8dd37e9
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 "$@"
|