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
 | 
