Skip to content

Commit e1e47a8

Browse files
authored
Create kill_process
kill process
1 parent 31f7d37 commit e1e47a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kill_process

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
kill -9 $(ps ax | grep 'python webchat.py' | fgrep -v grep | awk '{ print $1 }')

0 commit comments

Comments
 (0)