7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/bash -e
|
|
cd "$(dirname "$0")"
|
|
. ./lib.sh
|
|
|
|
"${CMD[@]}" \
|
|
#-device usb-host,vendorid=vendor,productid=product
|