Skip to content
Snippets Groups Projects
Verified Commit 90be3d53 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Diagnostics: add lshw module

parent 4b0a9b1f
No related branches found
No related tags found
No related merge requests found
#!modules/module.sh
help="
list detected hardware on usb and pci
"
run () {
lsusb -vvv
lspci -vvv
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment