mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-07 13:52:06 +08:00
b2f2dabe71
date: 2023-11-17T23:53:40
master commit: d3aad9ca46
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"
|