asr / stop.sh
HoneyTian's picture
update
26dfa9a
raw
history blame
No virus
100 Bytes
#!/usr/bin/env bash
kill -9 `ps -aef | grep 'run_asr_server.py' | grep -v grep | awk '{print $2}'`