]> git.proxmox.com Git - ceph.git/blame - ceph/qa/find-used-ports.sh
update ceph source to reef 18.1.2
[ceph.git] / ceph / qa / find-used-ports.sh
CommitLineData
11fdf7f2
TL
1#!/bin/bash
2
3git --no-pager grep -n '127.0.0.1:[0-9]\+' | sed -n 's/.*127.0.0.1:\([0-9]\+\).*/\1/p' | sort -n | uniq -u