Add ls-iommu utility

This commit is contained in:
2023-12-22 13:09:25 +00:00
parent 1e60a5ddd5
commit b9f687dd0b
2 changed files with 10 additions and 0 deletions

View File

@@ -102,3 +102,7 @@ if which docker-machine &> /dev/null; then
fi
}
fi
ls-iommu() {
${0:a:h}/ls-iommu.sh | sort -n
}