Files
clearpilot/selfdrive/ui/text
Your Name bad184b0a5 wip
2024-04-27 02:52:10 -05: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"