fish/functions/ports.fish @ 6f429206629f

Fucking broken garbage hg-git is hosed for https mercurial urls and I have no idea why
author Steve Losh <steve@stevelosh.com>
date Sat, 02 Feb 2019 15:58:34 -0500
parents b70a423990d3
children (none)
function ports -d "List processes listening on various ports"
    sudo lsof -iTCP -sTCP:LISTEN -P -n
end