Files
StarPilot/tools/cabana/cabana
T
Dean Lee 2d49d819d3 Cabana: add --ecam flag to dispaly the wide road camera (#26727)
old-commit-hash: 7006230e0885d3da26c034517660f566c8dd37e9
2022-12-08 11:19:57 -08:00

5 lines
111 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")"
export LD_LIBRARY_PATH="../../opendbc/can:$LD_LIBRARY_PATH"
exec ./_cabana "$@"