mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 13:53:17 -09:00
6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
|
|
PORT=$1
|
|
kill -9 $(lsof -t -i:$PORT)
|
|
|