10 lines
131 B
Bash
10 lines
131 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
#uvicorn
|
||
|
|
pkill -9 -f web:app
|
||
|
|
pkill -9 -f webx:app
|
||
|
|
pkill -9 -f multiprocessing-fork
|
||
|
|
|
||
|
|
#
|
||
|
|
pkill -9 -f build_full_index.py
|