6 lines
44 B
Bash
6 lines
44 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo 1 > /sys/bus/pci/rescan
|
||
|
|
||
|
|