3 lines
50 B
Bash
Executable file
3 lines
50 B
Bash
Executable file
#!/bin/sh
|
|
modprobe -q usbip || exit 1
|
|
exec usbipd
|