#!/bin/bash -e cd "$(dirname "$0")" . ./lib.sh CMD=( "${CMD[@]}" -nic user,model=virtio-net-pci # usb passthrough, might need root privileges #-device usb-host,vendorid=0x058f,productid=0x6387 ) "${CMD[@]}"