Add ls-iommu utility

This commit is contained in:
2023-12-22 13:09:25 +00:00
parent 1e60a5ddd5
commit 8a9e66db32
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() {
$HOME/.config/zsh/ls-iommu.sh | sort -n
}