mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-25 14:52:03 +08:00
5481370db3
date: 2024-03-12T10:58:15 commit: 1a6b7fc5410ebb87478d8bc0fc204d632e80e8c7
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"
|