mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 15:02:06 +08:00
5481370db3
date: 2024-03-12T10:58:15 commit: 1a6b7fc5410ebb87478d8bc0fc204d632e80e8c7
8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f /TICI ] && [ ! -f _spinner ]; then
|
|
cp qt/spinner_larch64 _spinner
|
|
fi
|
|
|
|
exec ./_spinner "$1"
|