mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
c3aa58b492
* cleanup sensord * rm rest * fix that * update that old-commit-hash: f0aa63181804259c5cea20b9d608bdbe9db6b340
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f /TICI ] && [ ! -f qt/spinner ]; then
|
|
cp qt/spinner_larch64 qt/spinner
|
|
fi
|
|
|
|
exec ./qt/spinner "$1"
|