DDeepin Developerfeat: Init commit
e2b83b2f创建于 2022年10月19日历史提交
#!/bin/sh

set -e

# At least check we can execute the main binary
# to catch missing python dependenies
for p in install xml clone; do
    virt-$p --help
done