Files
StarPilot/selfdrive/ui/text
T
OPGM CI Automated af25ebb9f4 openpilot v0.9.7
2024-05-16 05:57:42 +00:00

8 lines
100 B
Bash
Executable File

#!/bin/sh
if [ -f /TICI ] && [ ! -f _text ]; then
cp qt/text_larch64 _text
fi
exec ./_text "$1"