#!/bin/bash # Wrapper script to start the Aniworld FastAPI server for Robot Framework tests cd /home/lukas/Volume/repo/Aniworld exec /home/lukas/miniconda3/envs/AniWorld/bin/python -m uvicorn src.server.fastapi_app:app --host 127.0.0.1 --port 8765 --no-access-log