Various scripts that I maintain

detect-gpu-issues: fix vulkaninfo parsing

Signed-off-by: Shiloh Fen <shiloh@shilohfen.com>

matrixfurry.com 9214acc0 a5547db8

verified
+1
+1
scripts/detect-gpu-issues.nu
··· 15 15 } 16 16 17 17 if ($vkinfo 18 + | lines 18 19 | parse " deviceType{whitespace}= {device_type}" 19 20 | where device_type == "PHYSICAL_DEVICE_TYPE_DISCRETE_GPU" 20 21 | length) == 0 {