We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f7d37 commit e1e47a8Copy full SHA for e1e47a8
kill_process
@@ -0,0 +1 @@
1
+kill -9 $(ps ax | grep 'python webchat.py' | fgrep -v grep | awk '{ print $1 }')
0 commit comments