Files
2023-11-05 21:29:09 -08:00

2 lines
88 B
Bash

kill -9 $(ps aux | grep 'python' | grep 'fastchat' | grep -v 'grep' | awk '{print $2}')