mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-11-27 11:02:45 -10:00
for linux
This commit is contained in:
parent
4961e64c92
commit
526e36003e
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
PORT=$1
|
||||
kill -9 $(lsof -t -i:$PORT)
|
||||
kill -l $(lsof -t -i:$PORT)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user