Files
StarPilot/frogpilot/classic_modeld/classic_modeld
T
2025-09-27 12:00:00 -07:00

11 lines
217 B
Bash
Executable File

#!/usr/bin/env bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
cd "$DIR/../../"
if [ -f "$DIR/libthneed.so" ]; then
export LD_PRELOAD="$DIR/libthneed.so"
fi
exec "$DIR/classic_modeld.py" "$@"