mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-14 17:32:05 +08:00
dd4c663a58
date: 2023-11-20T10:53:27 commit: 7521cefd30dbe703c281db9056f6c6e5f8a05de8
8 lines
106 B
Bash
Executable File
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"
|