4741b18b74
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
117 B
Bash
Executable File
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."
|