#!/bin/sh

/usr/bin/modprobe usbip_host
/usr/bin/modprobe usbip_core
/usr/bin/modprobe vhci_hcd

/usr/bin/python3 /usr/share/usbip-gui/gui.py "$@"
