for linux

This commit is contained in:
Adam Jeniski 2025-10-17 07:23:39 -09:00
parent 4961e64c92
commit 526e36003e

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
PORT=$1 PORT=$1
kill -9 $(lsof -t -i:$PORT) kill -l $(lsof -t -i:$PORT)