kgrag/stop.sh
2026-07-29 18:10:19 +08:00

4 lines
62 B
Bash

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