pip initial changes
This commit is contained in:
@@ -0,0 +1 @@
|
||||
lsof -i tcp:8084 | awk 'NR!=1 {print $2}' | xargs kill
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
lsof -i tcp:8084 | awk 'NR!=1 {print $2}' | xargs kill
|
||||