mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
6 lines
109 B
Bash
Executable File
6 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
vkcube -h 2>&1 | head
|
|
vkcube-wayland -h 2>&1 | head
|
|
vkcubepp -h 2>&1 | head
|
|
vulkaninfo -h | head
|