Files
dragonpilot/selfdrive/ui/text
T
dragonpilot dd4c663a58 dragonpilot beta3
date: 2023-11-20T10:53:27
commit: 7521cefd30dbe703c281db9056f6c6e5f8a05de8
2023-11-20 10:53:42 -07:00

8 lines
106 B
Bash
Executable File

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