diff --git a/egs/librispeech/ASR/.kill.sh.swp b/egs/librispeech/ASR/.kill.sh.swp deleted file mode 100644 index 568e86c4e..000000000 Binary files a/egs/librispeech/ASR/.kill.sh.swp and /dev/null differ diff --git a/egs/librispeech/ASR/kill.sh b/egs/librispeech/ASR/kill.sh new file mode 100644 index 000000000..5b2c050b1 --- /dev/null +++ b/egs/librispeech/ASR/kill.sh @@ -0,0 +1 @@ +ps | grep python | awk '{print $1}' | xargs kill -9