Files
2026-05-19 11:48:28 +02:00

4 lines
117 B
Bash
Executable File

#!/bin/bash
pkill -f "uvicorn main" 2>/dev/null && echo "All backends stopped." || echo "No backends were running."