mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-24 00:22:14 +08:00
3 lines
83 B
Bash
Executable File
3 lines
83 B
Bash
Executable File
#! /bin/bash
|
|
drm_info -j 2>/dev/null| jq -c 'with_entries(.value |= .driver.desc)'
|