#!/usr/bin/env bash $(kill -9 $(pidof fastapi)) screen -dmS api uv run fastapi run base.py --host 127.0.0.1 --port 52111