calahealthgpt / tests /killall_python.sh
alexshengzhili's picture
Upload folder using huggingface_hub
e72aedf
raw history blame
No virus
71 Bytes
kill -9 $(ps aux | grep 'python3' | grep -v 'grep' | awk '{print $2}')