4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
modprobe -q usbip-host || exit 1
|
|
modprobe -q vhci-hcd || exit 1
|
|
exec usbipd
|