Initial commit

This commit is contained in:
2020-07-23 22:48:14 -05:00
commit 829a4ddc2f
18 changed files with 554 additions and 0 deletions

2
which-driver-for-gpu Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
lspci -k -s 01:00.0 | sed -n "s/\s*Kernel driver in use: \(\w*\)/\1/p"