mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
2 lines
53 B
Bash
Executable File
2 lines
53 B
Bash
Executable File
ps | grep python | awk '{print $1}' | xargs kill -9
|