kgrag/stop.sh
2026-06-30 13:35:52 +08:00

4 lines
62 B
Bash

#!/bin/bash
pkill -f "uvicorn app:app"
echo "服务已停止"