4 行
85 B
Bash
4 行
85 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Stop llama-server per DuckAi-Chat
|
||
|
|
pkill -f "llama-server.*--port 8093"
|