for linux
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
PORT=$1
|
||||
kill -9 $(lsof -t -i:$PORT)
|
||||
kill -l $(lsof -t -i:$PORT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user