mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-27 17:42:04 +08:00
22e8a76cd9
old-commit-hash: 27c56722ccf6fefc3d90d09f30b15bdf053f2bea
8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f /TICI ] && [ ! -f _text ]; then
|
|
cp qt/text_larch64 _text
|
|
fi
|
|
|
|
exec ./_text "$1"
|