killprocess.dev
home
about
bash script
kill process on port
return/enter
to copy
~
lsof -ti :{PORT} | xargs kill
copy