ce63d31a2e
Don't rely on legacy feature of interpreting non-executable files as scripts there.
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
read dev
|
|
BDF=0000:$dev
|
|
echo $BDF > /sys/bus/pci/devices/$BDF/driver/unbind
|