6 lines
95 B
Bash
6 lines
95 B
Bash
#!/bin/bash
|
|
|
|
# 停止所有gunicorn进程
|
|
pkill gunicorn
|
|
|
|
echo "已停止所有gunicorn进程" |