dotfiles/.config/fish/functions/openports.fish

4 lines
70 B
Fish

function openports -d "Open ports"
sudo lsof -i | grep LISTEN
end