4 行
90 B
Bash
可執行檔
4 行
90 B
Bash
可執行檔
#!/bin/bash
|
|
|
|
# Stop llama-server per DuckAi-Embedding
|
|
pkill -f "llama-server.*--port 8096" |