#!/bin/sh

set -e

for cmd in $(dpkg -L python3-virt-firmware | grep ^/usr/bin/); do
  $cmd --help
done
